how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answer Posted / greeshma
In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
what is the JCL statement consists of?
Explain dd statement in jcl?
What are the rules employed while naming the steps in a job?
Explain about LMQUERY�give a dialog information about a data set
Explain how can the disposition of sysout datasets be set for an entire jobstream?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the job statement in jcl?
Where & How Do You Code Identifier In Jcl?
List the different jcl statements that are not permitted in the procedures?
Explain the purpose of the dd keylen parameter?
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?
how can the same proc be re-used and called by many jobs?
Can I share my data with other jobs? How?