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 |
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
What does S0C4 error mean?
How to identify in JCL that an input file is empty without reading it?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What is the function of dd disp parameter?
Is there any command to check wether the ps file is in sorted order?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
Which storage devices are grouped under DASD and SYSDA ?
can u execute a proc from another proc?
What do you do if you do not want to keep all the space allocated to a dataset?
which parameter is use to declare the name of dataset in dd statement?