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 / rahul singh
//jobname jobcardxx
// xxxxx
// xxxxx
// xxxxx
//..
//..
//step3 exec pgm=xxx,cond=(0,gt)
//....
//....
//step4 exec pgm=xxx,cond=(0,le)
//....
//....
//step5 exec pgm=xxx,cond=(0,gt)
//....
//....
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is DSN in JCL and what are the parameters to declare the DSN?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how would you create a temporary dataset? And where will you use them?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How does jcl act on a cobol code?
How can a fb file convert to vb file using sort program?
What are the 4 fields in dd statement?
Explain the function of a dd statement?
What is the motivation behind coding class parameter in job statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the purpose of coding class parameter in job statement?
What do you understand by the term job time – out and how can you overcome that?
when does a dataset go uncataloged?
if the submitter of a job wants to inform another user about the job completion, how can it be done?