We have this requirement of changing job accounting info in our Job cards. We have to do this for 35K+ JCLs (these are all test jobs).
From below job card, 2005 AND 0742 needs to be changed into new numbers.
//JOBDSCT1 JOB (2005,0742),'RESTORE DATASET',
// NOTIFY=&SYSUID,MSGCLASS=E
//O OUTPUT DEST=ABC.R0,JESDS=ALL,DEFAULT=Y
//*
If there a way to accomplish this for all 35K JCLs without using any Rexx?