i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / pavan
If we can edit the JCL then add a COND to the steps which you don't want to execute so that you can skip those.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How dummy is used in jcl?
What is the significance of addrspc parameter in exec statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Must tape dataset definitions include vol=ser specifications?
Explain in DD statement what is the use of DCB parameter?
How to submit jcl through a cobol program?
//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 /*
Explain the hierarchy levels in jcl?
Explain dfsort utility?
What parameter directs the output of the job log dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
List in order the hierarchical levels of jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How do you access an uncatalogued dataset in a jcl?
Is their any limit for data sets?