//MYPROC PROC //STEP01 EXEC PGM=IEFBR14,TIME=10 //INFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR //OUTFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR How to nullify the TIME from the above proc in a Job?
Reveal answer
Fill a bubble to check yourself
//MYPROC PROC //STEP01 EXEC PGM=IEFBR14,TIME=10 //INFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR //OUTFILE DD DSN=XXXXXX.XXXX.XX,DISP=SHR How to nullify the TIME from the above proc in a Job?