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 / vijay reddy
STEP004 (+1)
STEP005 (+2)
STEP006 (+1)
STEP007 (+2)
if the Job ABENDS, Restart the Job from 6th Step & refer
GDG Versions like
STEP006 (-1)
STEP007 (0)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is JCL?
how would you create a temporary dataset? And where will you use them?
Explain how can the submitting users racf authority be overridden in a job stream?
How does jcl specify the job to the operating system?
what sort card you will use to copy the data from one dataset to another dataset?
How to run cobol program using jcl?
How jcl is used for testing batch programs?
Brief description of inline procedure of jcl.
in ways data can be passed to a COBOL program from JCL?
what is the purpose of coding class parameter in job statement?
what is the resolution for sb37 error
Name the statement which can be used to send data to another mvs jes3 node?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how to compare two datasets without using superce because output is limited to 133 bytes
How to execute 2nd and 4th steps among 5 steps in jcl proc?