My JOB contains three steps.
//STEP1 EXEC PGM=ABC
//STEP2 EXEC PGM=DEF
//STEP3 EXEC PGM=GHI
My Question is
1) I want to execute second step only. How will do.
2) Soppose U consider above three steps are in PROC steps
and I want execute the PROC second step only?
How to execute the second step only. During exection
time its creating any ABEND?
Please let me know..........
Answers were Sorted based on User's Feedback
Answer / sandy
Question no.1
-------------
Code RESTART=STEP02,COND=(0,LE) in the job card
Question no.2
-------------
Code RESTART=PSTEP1.STEP02,COND=(0,LE) in the job
card.PSTEP1 is the step executing PROC.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / hema
Restart the Job from second step. Suppress the Third step
using the condition code.
| Is This Answer Correct ? | 4 Yes | 1 No |
How do you access a file that had a disposition of KEEP?
how to resolve soc-7 ? please tell me
For how long a job can be executed continuously in a mainframe ?
When output dataset space is required, what quantity categories are used?
how to convert fb to vb in jcl ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to change default PROCLIB?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is use of disp parameter in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
The maximum number of steps in a job?