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
which parameter is use to declare the name of dataset in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can a jobs execution priority be modified?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the compile process of cobol program expalin with code
What is the purpose of disp parameter?
Name the statement which can be used to send data to another mvs jes3 node?
What is multithreading in jcl?
What is condition checking in jcl? Is this possible?
What is use of restart and how to use it?
Is their any set of rules for dd? Explain.
what is use of space parameter in dd statement?
Explain the function of a dd statement?