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 / kislay
restart=procname.step5
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the difference between the positional and keyword parameters? Give examples.
A dd statement consists of 4 fields. Name them?
Explain the function of a dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How is the record format of an output dataset specified?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How gdg are concatenated?
What dd statement is used to supply the name of a dataset?
Why block size is multiple of lrecl in jcl?
How can a stopped job be started again?
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 about LMFREE�free data set from its association with data ID
which parameter is use to declare the name of dataset in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?