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 / raghu
restart= stepname.proc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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?
What are the parameters that are used in creating a gdg?
What is the significance of addrspc parameter in exec statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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
In sms datasets, what is the function of the dd mgmtclas keyword?
Where & How Do You Code Identifier In Jcl?
What is NOTCAT ?
What is the purpose of dd dummy statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is use of dsn parameter in dd statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Can we call instream to catalog and catalog to instream?
what is a jcl?