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 / sivakumar sekharannair
In the question it says that in step 4 and 5 a new
generation is created. so
Step 4 output: XX17.PRASAD.OUT1(+1) This step can be
referred as in Step6.
so step 6 will refer this file as XX17.PRASAD.OUT1(+1)
generation only. because (+1) will become current version
(0) only after the execution of the entire job.
Similarly
Step 5 output: XX17.PRASAD.OUT2(+1)
so step 7 will refer this file as XX17.PRASAD.OUT2(+1).
If the job abends in step 6. the files created in step 4
and 5 will become current version (0).
so now the 7th step will refer the output of step 5 as (0)
i.e.XX17.PRASAD.OUT2(0).
Note:
I assume the files created by step4 and step5 are different.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
How can values be passed from the job stream to an executable program?
What is catelog procedure and how many catelog procedure to use in one job?
How can the submitting users racf authority be overridden in a job stream?
What is the difference between the positional and keyword parameters? Give examples.
which utility is used to run a cobol-db2 program?
in ways data can be passed to a COBOL program from JCL?
How can a jobs execution priority be modified?
What do you understand by the term notcat 2 – gs?
What is the function of //jcllib statement?
How does the jcl specify the job to os?
Does jcl support automatic restart?
Mention the types of job control statements?
how to do automated restart when a job abends?
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' ?