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
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 is the syntax of JCL statement?
List the different components of jcl statement?
Explain the purpose of dd dummy statement?
Explain the job statement in jcl?
Explain the hierarchy levels in jcl?
how to do automated restart when a job abends?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how would you create a temporary dataset? And where will you use them?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What do you understand by the terms: joblib and steplib?
what is use of dsn parameter in dd statement?
Can we use DISP=SHR in output file in JCL
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the purpose of dd * statement in jcl?