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
we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
Which dd parameters are required?
Explain the purpose of dd * statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain how can an in-stream dataset be terminated?
Can I send output of job to my remote device careerride123?
what is DD statement is used in JCL?
Where can program checkpoints be stored for use in a restart?
How can the attributes of one sms dataset be copied to another dataset?
Are there any set of rules for the names of the steps used in a job? What are they?
which utility is used to run a cobol-db2 program?
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
what is use of space parameter in dd statement?
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) ?