//MYJOB JOB(T,U202,SH1),'FRANK SMITH',CLASS=A //STEP01 EXEC PGM=PGM01 //INFILE DD DSN=TEST.PAYROLL.DATA,DISP=SHR //SYSOUT SYSOUT=A //STEP02 EXEC PGM=PGM02 //INFILE DD DSN=TEST.PERSONEL.DATA,DISP=SHR Which change to STEP02 above will specify that STEP02 CANNOT be automatically restarted by an operator if that step fails during execution?
Choice 1
//STEP02 EXEC PGM=PGM02,AR=NS
Choice 2
//STEP02 EXEC PGM=PGM02,RST=NOP
Choice 3
//STEP02 EXEC PGM=PGM02,ARST=NOP
Choice 4
//STEP02 EXEC PGM=PGM02,OP=NST
Choice 5
//STEP02 EXEC PGM=PGM02,RD=NR
-
Interview Candidate
- Nov 3rd, 2007
- 1
- 6873
Showing Answers 1 - 1 of 1 Answers
//MYJOB JOB(T,U202,SH1),'FRANK SMITH',CLASS=A //STEP01 EXEC PGM=PGM01 //INFILE DD DSN=TEST.PAYROLL.DATA,DISP=SHR //SYSOUT SYSOUT=A //STEP02 EXEC PGM=PGM02 //INFILE DD DSN=TEST.PERSONEL.DATA,DISP=SHR Which change to STEP02 above will specify that STEP02 CANNOT be automatically restarted by an operator if that step fails during execution?
//STEP02 EXEC PGM=PGM02,AR=NS
Choice 2
//STEP02 EXEC PGM=PGM02,RST=NOP
Choice 3
//STEP02 EXEC PGM=PGM02,ARST=NOP
Choice 4
//STEP02 EXEC PGM=PGM02,OP=NST
Choice 5
//STEP02 EXEC PGM=PGM02,RD=NR