I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??

Answer Posted / mohammad

code restart=17,cond=(00,le),
cond=(4095,ge) on job card.

This will execute only 17th step.

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of dd name parameter with a 2 part structure; audit.report?

699


What is the function of //cntl statement?

830


What do you understand by the term notcat 2 – gs?

754


Explain the function of dd name parameter with a 2 part structure; audit.report?

896


Where can program checkpoints be stored for use in a restart?

847






What statement can be used to send data to another mvs jes3 node?

826


how JCL works?

796


How can the submitting users racf authority be overridden in a job stream?

752


What are some jcl statements that are not allowed in procedures?

728


What is the function of the dd dcb keyword?

824


what is the purpose of coding notify parameter in job statement?

683


What is the purpose of dd * statement in jcl?

801


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

908


How jcl work to handle various input output file operations?

656