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 statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain how can return codes be tested before execution of a job step?
how do you access an uncataloged dataset in a jcl?
Suppose I have five jobs to do. But I want to hold one?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain how can the attributes of one sms dataset be copied to another dataset?
Brief description of inline procedure of jcl.
how can you check if a file is empty using jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
whats the diff bw the evaluate also and and?
Name what parameter directs the output of the job log dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How does jcl act on code(if you take a cobol program)?
Explain how can a stopped job be started again?
What is multithreading in jcl?