Answer Posted / samay simant
This means,
When this parameter is coded in any step,it will be
bypassed,irrespective of the return code of its prev step.
Cond=Only....Means bypass current step if the prev step
terminated abnormally.
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What are s0c1, s0c4, s0c5, s0c7 and socb?
in ways data can be passed to a COBOL program from JCL?
What is the significance of addrspc parameter in the exec statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
//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 /*
How can return codes be tested before execution of a job step?
For what purpose steplib and joblib are used ?
What is the motivation behind coding class parameter in job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the function of a dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
what is DSN in JCL and what are the parameters to declare the DSN?
When space is allocated for an output dataset, what units can be used?
What is the purpose of dd dummy statement?
What is the use of disp parameter?