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


Please Help Members By Posting Answers For Below Questions

We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1759


How do you overcome this limitation ?

685


What is the significance of addrspc parameter in the exec statement?

612


what happens in conversion stage in job processing?

721


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

724






How to execute 2nd and 4th steps among 5 steps in jcl proc?

742


Explain dd statement in jcl?

630


what is the compile process of cobol program expalin with code

1994


Mention the types of job control statements?

678


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1957


in ways data can be passed to a COBOL program from JCL?

658


What is use of restart and how to use it?

754


What are hierarchy levels in jcl?

940


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

701


Suppose I have five jobs to do. But I want to hold one?

648