//JCBACCNT EXEC PGM=IKJEFT01,DYNAMNBR=30,PARM='NAVCMD'
//SYSEXEC DD DSN=ISV.AC5010.USERLIB,DISP=SHR
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//SYSIN DD DSN=TSCBS.CALLDOS.INPUT2,DISP=SHR
During the run of this job, the following datasets are allocated. I would like to make the following datasets unique per job in the case that multiple jobs (using above JCL) are active at the same time:
ISV.AC5010.TMP.NAVLOG
ISV.AC5010.TMP.LG000001 – ISV.AC5010.TMP.LG000153
How can we make the datasets unique?