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 / shridhar

STEP004 (+1)
STEP005 (+2)

STEP006 (+1)
STEP007 (+2)

In case of failure:

STEP006 (0)
STEP007 (+1)

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can unused space allocation be returned to the system when a dataset is closed?

801


What happens if both JOBLIB & STEPLIB is specified ?

601


What is the use of symbol // in jcl?

918


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

813


What are the jcl procedures?

640






Explain about LMQUERY�give a dialog information about a data set

895


How gdg are concatenated?

662


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1943


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

642


What are s0c1, s0c4, s0c5, s0c7 and socb?

694


a dd statement has 2 types of parameters. Name them?

634


how can the same proc be re-used and called by many jobs?

901


What is the difference between the positional and keyword parameters? Give examples.

696


how you will the direct the data to spool using sysout option?

1750


Explain about LMFREE�free data set from its association with data ID

992