suppose i have job it contains 10 steps after exicution of
job failuer at 3 and 7 th steps i want exicute step 3 and
step 7 only how we specify condition ?
Answer Posted / mohan.chepuri
restart=step3
restart=step7
these two jobs wil executed only
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
What is the function of a dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the purpose of dd dummy statement?
Does jcl support automatic restart?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
For what purpose steplib and joblib are used ?
what is the difference between JES3 and JES2?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
//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 /*
List in order the hierarchical levels of jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?