Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / shailendra
in job statement put restart=7th step name
and
in 8, 9,10th step cond=(0,GE)
else
in job statement put restart=7th step name
comment for remaining step
i think both will work
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How does jcl specify the job to the operating system?
Explain the function of the steplib dd statement?
Name a few IBM utility programs, and explain its function.
Explain how can a stopped job be started again?
What is catelog procedure and how many catelog procedure to use in one job?
What is the function of job statement in jcl?
whats the diff bw the evaluate also and and?
how do you code a null statement?
in ways data can be passed to a COBOL program from JCL?
What is the significance of addrspc parameter in the exec statement?
Mention the types of job control statements?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
In job processing, what happens in execution stage?
what sort card you will use to copy the data from one dataset to another dataset?