Is it possible for me to get the userid to be automatically detected and placed in the job card so that it is not necessary to hard code it?
For Example...
Instead of this:
000001 //XQWRERTYA JOB (X9999),'LOCATE FILES',CLASS=T,MSGCLASS=Y,
000002 // NOTIFY=&SYSUID,REGION=0M
Have something like this:
000001 //&SYSUIDA JOB (X9999),'LOCATE FILES',CLASS=T,MSGCLASS=Y,
000002 // NOTIFY=&SYSUID,REGION=0M
here the &SYSUID would resolve to my userID (XQWERTY) and the job runs and I didn't have to manual change the JOB Card Name.