i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.



Answer Posted / karan johar accenture

//step3 exec pgm=p3,cond=(4,GT,0)[0 means rc of step2]
//step4 exec pgm=p4,cond=(4,LE)

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is “Cond= even” and “Cond=only”?

737


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1963


What do you understand by the term job time – out and how can you overcome that?

597


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2261


Explain the function of job statement in jcl?

644






What is notcat 2 - gs?

932


what happens in conversion stage in job processing?

728


What do you understand by jcl?

625


Explain the jcl exec statement?

645


What is Cataloged Procedures?

711


How can a jobs execution priority be modified?

795


How gdg are concatenated?

668


What is the significance of addrspc parameter in exec statement?

726


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


What parameters can be used to limit the number of records written to a sysout dataset?

746