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 / nimsatprasad
Ref:
Ex:
Step 4 output: XX17.PRASAD.OUT(+4) This step can be
referred as in Step6.
Step 5 output: XX17.PRASAD.OUT(+5) This step can be
referred as in Step7.
If the Job bends in 6the step so already 5th step has been
processed successfully. So we can restart from the step6
then we can refer the 5th step output to 7th step input as
current version.
After abend:
Step 5 output: XX17.PRASAD.OUT(+5) This step can be
referred as XX17.PRASAD.OUT(0) in Step7 after abends the
job.
**** Please let me know if it is wrong
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
Why block size is multiple of lrecl in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Give the syntax of job specifying jcl statement.
How can an in-stream dataset be terminated?
Matching Logic in Jcl not in cobol.Could any one please answer this question
When space is allocated for an output dataset, what units can be used?
Explain the purpose of dd * statement in jcl?
What is the difference between run mode and addressing mode?
Is it possible to left uncode disp?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Are there any set of rules for the names of the steps used in a job? What are they?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the jcl exec statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.