If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?

Answer Posted / joshna

//jobname positional parms,keyword parms,.... Restart=step3
//..
//..
//..
//step3 exec=xxxx
//...
//step4 exec=yyyy,cond=(0,eq,step3)
//..
//step5 exec=zzzz

Is This Answer Correct ?    50 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a stopped job be started again?

711


Are there any set of rules for the names of the steps used in a job?

637


What is the purpose of dd * statement in jcl?

812


what is use of disp parameter in dd statement?

665


What is the purpose of dd?

728






what is DSN in JCL and what are the parameters to declare the DSN?

718


Is condition checking possible in jcl? If yes, how?

737


Is there any command to check wether the ps file is in sorted order?

2431


what is DD statement is used in JCL?

682


What is one line to pass PARM from JCL to COBOL?

795


What is the use of symbol // in jcl?

927


which utility is used to sort a file in jcl?

750


Explain the function of the dd dcb keyword?

706


What are the rules employed while naming the steps in a job?

662


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2172