i have a jcl in which 4 & 5 step creates a new generation.
4th step output is as input for the 6th step & 5th step
output is used as input in the 7th step. How they are
refered as in the 6th & 7th steps?
If the job abends in 6th step then how the 5th step output
is refered in 7th step?
Answer Posted / shridhar
STEP004 (+1)
STEP005 (+2)
STEP006 (+1)
STEP007 (+2)
In case of failure:
STEP006 (0)
STEP007 (+1)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
which utility is used to run a cobol-db2 program?
What are steplib and joblib?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the purpose of dd?
what is DSN parameter and DISP parameter is used for?
What is the syntax of JCL statement?
Explain the function of the dd dcb keyword?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how you will the direct the data to spool using sysout option?
List in order the hierarchical levels of jcl?
Where can program checkpoints be stored for use in a restart?
What is the significance of addrspc parameter in exec statement?
what happens in execution stage in job processing?