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 happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
whats the diff bw the evaluate also and and?
Is it possible to define dd statements as you want?
what is DSN in JCL and what are the parameters to declare the DSN?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain how can a jobs execution priority be modified?
How to pass the parameter in parm using linkage section ? (syntax)?
how can you check if a file is empty using jcl?
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?
Explain about LMFREE�free data set from its association with data ID
Explain the function of //cntl statement?
What are the 4 fields in dd statement?
Is there any command to check wether the ps file is in sorted order?