//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

Showing Answers 1 - 3 of 3 Answers

rahul pandey

  • Nov 13th, 2007
 

Hi answer for this problem is option 5

Choice 5
//STEP02 EXEC PGM=PGM02,RD=NR

RD=NR is for no  restart

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions