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..........
Answer Posted / hema
Restart the Job from second step. Suppress the Third step
using the condition code.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
What is the function of the steplib dd statement?
what is DSN parameter and DISP parameter is used for?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Differentiate between the joblib and the steplib statements?
How to pass the parameter in parm using linkage section ? (syntax)?
When space is allocated for an output dataset, what units can be used?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
a dd statement has 2 types of parameters. Name them?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
i want to store 20 digits . how will u do it in cobol ?
Explain the function of job statement in jcl?
I need exexution process for JCL programs