Hi everybody,
I need to find total number of records in a file using COBOL programme. Can anyone give some idea regarding this. Also, suggest me how to do this using JCL as well.
Regards,
Kevin.
need to find total number of records in a file using COBOL programme.
As this was a COBOL question, posted in the COBOL part of the forum, providing a COBOL reply would be more appropriate. . .A simpler way would be to execute the sort utility using JCL which will give you the number of records in and out.