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 / nimsatprasad
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 ? | 6 Yes | 1 No |
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
what is inrec fields and outrec fields in sorting
define cond parameter in jcl?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How are GDGs concatenated?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the format of comment statement?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
how you will the direct the data to spool using sysout option?
What will happen if we write two STOP RUN's in a COBOL program?