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 / shubham_a
You can code the RESTATRT in job card itself like :
//JOBNAME JOB 'ACCINFO',MSGCLASS RESTART=PROCNAME.STEP05
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is JCL?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
when can a job time-out occur? How to overcome that?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of //cntl statement?
how do you code a null statement?
What is timing concept in mainframe?
What is use of restart and how to use it?
How does jcl act on a cobol code?
Is there any command to check wether the ps file is in sorted order?
How can an in-stream dataset be terminated?
Explain how can the attributes of one sms dataset be copied to another dataset?
How do you access an uncatalogued dataset in a jcl?
What is the function of a dd statement?
Does jcl support automatic restart?