I'd like to determine which dataset in a group of concatenated datasets is currently being processed. I have multiple datasets going through an edit process (COBOL) on a mainframe and when I find an error I'd like to list the DSN the record is in.
Software/Hardware used:
,mainframe
ASKED:
March 30, 2011 4:22 PM
UPDATED:
July 21, 2011 3:09 PM
In COBOL pgm keep the record counter and increment by ’1′ when the record has been processed successfully.