In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?
Answer Posted / mahesh
//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the jcl exec statement?
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?
How can a stopped job be started again?
In sms datasets, what is the function of the dd avgrec keyword?
what happens in conversion stage in job processing?
Are there any set of rules for the names of the steps used in a job?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the purpose of dd * statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can the disposition of sysout datasets be set for an entire jobstream?