My requirement is that I need to calculate the length of each record in a file. The file is a variable length file. Then the lenth of each record has to be written in a different file.
How can I calculate the length of each record of a variable file through cobol.
Thanks