If a job has 3 steps and step 1 and step 3 should get
executed and step 2 should not get executed irrespective of
the return code from the previous steps. How can it be done?
Answer Posted / guest
abnormal termination
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is Cataloged Procedures?
//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 /*
Can we call instream to catalog and catalog to instream?
How can a stopped job be started again?
What are hierarchy levels in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the function of dd disp parameter?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the purpose of dd?
what is the compile process of cobol program expalin with code
What do you understand by jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the function of job statement in jcl?
How do you overcome this limitation ?