How to skip first step of a job? Can we use COND on the
first step?
Answer Posted / amrita
We can use RESTART in the Job card. For example if in the
Job, proc has been called from Step name STEP01 and the we
want to skip first step from proc viz PROCSTEP01 i.e. we
want our Job to start from Proc step 2 viz PROCSTEP02, use
following syntax in the Jobcard -
RESTART=(STEP01.PROCSTEP02).
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
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
What is the format of comment statement?
What are the parameter we cannot use in procedure?
List the different jcl statements that are not permitted in the procedures?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is Cataloged Procedures?
What is the purpose of disp parameter?
how to do automated restart when a job abends?
whats the diff bw the evaluate also and and?
What do you understand by the terms: joblib and steplib?
What is the significance of addrspc parameter in the exec statement?
What are steplib and joblib?
i want to store 20 digits . how will u do it in cobol ?
Explain how can values be passed from the job stream to an executable program?
Explain dd statement in jcl?