How can we execute only one step in a job
Answer Posted / ram g
Assume that job has 100 steps ... want to execute only the
step 89 then
just give the following stmt in job card..
restart = stepname, cond=(0,le)
can achieve this in multiple ways..!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
For what purpose steplib and joblib are used ?
what is “Cond= even” and “Cond=only”?
What is the purpose of the dd keylen parameter?
How would you understand error(execution phase)?
what is JCL?
What are the jcl procedures?
Define concatenating?
What is the use of disp parameter?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to pass data to a program that is coded in an exec statement?
What is catelog procedure and how many catelog procedure to use in one job?
//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 /*
What is the purpose of dd dummy statement?
what is SOC4 error?
How to submit jcl through a cobol program?