Re: CRC checksum generation on COBOL for the full file

2007-08-28 Thread Paul Gilmartin
On Tue, 28 Aug 2007 02:37:52 -0500, Amlan Prasad wrote: > >I have got a requirement to calculate the checksum of the full file for COBOL >based application running on a mainframe. > Check the archives. I favor John McKown's suggestion in: http://bama.ua.edu/cgi-bin/wa?A2=ind0503&L=ibm-main&P=6

Re: CRC checksum generation on COBOL for the full file

2007-08-28 Thread Binyamin Dissen
On Tue, 28 Aug 2007 02:37:52 -0500 Amlan Prasad <[EMAIL PROTECTED]> wrote: :>I have got a requirement to calculate the checksum of the full file for COBOL :>based application running on a mainframe. :>I have the CRC checsum calculating assembler routine which can calulate the :>checksum for one

CRC checksum generation on COBOL for the full file

2007-08-28 Thread Amlan Prasad
Hi, I have got a requirement to calculate the checksum of the full file for COBOL based application running on a mainframe. I have the CRC checsum calculating assembler routine which can calulate the checksum for one record or for a portion of working-storage but I need the checksum to be calcu