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

Is it possible to code instream data in a PROC?

753


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

1628


How to submit a jcl from cics?

668


Mention the types of job control statements?

687


Which dd parameters are required?

695






Explain how can an in-stream dataset be terminated?

703


Name what parameter directs the output of the job log dataset?

563


can any one plzzzzzz tell the jcl code for creating ps using idcams

10517


Explain dfsort utility?

675


What is concatenating?

637


what is the compile process of cobol program expalin with code

2002


Is it possible to left uncode disp?

713


Is it possible to define dd statements as you want?

646


Explain how can the submitting users racf authority be overridden in a job stream?

672


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

912