i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answer Posted / ch.mahendra babu
by using restart parameter like
restart=step5
so execution process will be starts from 5th step.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can the attributes of one sms dataset be copied to another dataset?
What do you understand by the term notcat 2 – gs?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
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 jobs execution priority be modified?
Is automatic restart possible in jcl? If yes, how?
Brief description of inline procedure of jcl.
For what purpose steplib and joblib are used ?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the motivation behind coding class parameter in job statement?
how do you code a null statement?
Explain the function of the dd dcb keyword?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?