This is for the mainframe.
I have coded extensively in CLIST but not REXX. Can someone tell me if this can be accomplished with REXX?
I have a COBOL job (job1) that writes out to a flat file, most of the times with mutlipe VOLSER's. I then have a 2nd job that reads the file created by job1. Before running job2, I want to verify that the VOLSERs created by job1 are all still cataloged to the dataset. Job2 sometimes will run several months after job1.
I have coded extensively in CLIST but not REXX. Can someone tell me if this can be accomplished with REXX?
I have a COBOL job (job1) that writes out to a flat file, most of the times with mutlipe VOLSER's. I then have a 2nd job that reads the file created by job1. Before running job2, I want to verify that the VOLSERs created by job1 are all still cataloged to the dataset. Job2 sometimes will run several months after job1.