i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / karthikeyan
in job card itself you can give this
restart=procname.step5
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
which utility is used to sort a file in jcl?
what is a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to run cobol program using jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of //jcllib statement?
what is the purpose of coding class parameter in job statement?
Explain the function of //cntl statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
when can a job time-out occur? How to overcome that?
Describe the various parameters utilized in the creation of a gdg?
write a jcl to execute a job by 7:00 am on jan 20,1986?