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 / lakshmisudha
if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the use of symbol // in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how you can access an uncataloged dataset in a JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of a dd statement?
Explain the hierarchy levels in jcl?
What is the syntax of JCL statement?
What is job control language?
how would you create a temporary dataset? And where will you use them?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
When output dataset space is required, what quantity categories are used?
A dd statement consists of 4 fields. Name them?
Why block size is multiple of lrecl in jcl?