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 / jalal
1) Put restart = step5 in the job card.
2) Put Cond = only in all the steps from step1 to step4.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
what is DSN parameter and DISP parameter is used for?
what operation is performed by job statement?
when does a dataset go uncataloged?
Explain the function of dd name parameter with a 2 part structure; audit.report?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
can any one plzzzzzz tell the jcl code for creating ps using idcams
how can you check if a file is empty using jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is use of dcb parameter in dd statement?
Give the syntax of job specifying jcl statement.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is SOC4 error?