This is embarassing. I think the last IEBUPDTE I ran was a card deck!
I am after an example of the controls required to update the JOB card for a huge number of members of several JCL libraries.
Of course I could do this in REXX but I am guessing that IEBUPDTE would be a tad faster?
I have been trawling the IBM manuals for examples but so far come up empty.
//A123456C JOB (SJ,P),'JOB AC CHANGE',CLASS=A,MSGCLASS=O,REGION=0M,
// MSGLEVEL=(1,1),NOTIFY=&SYSUID,TIME=1440
/*JOBPARM L=999999,CARDS=99999999
//STEP1 EXEC PGM=IEBUPDTE,PARM=MOD
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DISP=SHR,DSN=N472730.USER.JCL
//SYSIN DD DATA,DLM='\\'
./ CHANGE NAME=JOBACUPT,LIST=ALL,UPDATE=INPLACE,SEQFLD=738
./ NUMBER SEQ1=00000001,NEW1=00000002,INCR=1
//A123456D JOB (SJ,P),'TEST AC CHANGE',CLASS=A,MSGCLASS=O
\\