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
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain how can return codes be tested before execution of a job step?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what are the various stages of job processing?
what is DD statement is used in JCL?
Does jcl support automatic restart?
Explain dfsort utility?
What is the difference between the positional and keyword parameters? Give examples.
what is use of space parameter in dd statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to alter the parameters for the existing gdg?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
List the different jcl statements that are not permitted in the procedures?
How does the jcl specify the job to os?
Matching Logic in Jcl not in cobol.Could any one please answer this question