How can we execute only one step in a job
Answer Posted / deb
as per Sravanthi's answer.. A null (/*) statement at the
end of this step can be given for running this step alone
but we have to give restart in job.
suresh,the second method that u have suggested its not
correct, coz if u have more than one step in the same job
then u have to code the same COND parameter for each step.
this will stop the execution of 2 step...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to submit a jcl from cics?
What is Cataloged Procedures?
How does jcl specify the job to the operating system?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is job control language?
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 /*
what is use of space parameter in dd statement?
how can you check if a file is empty using jcl?
What is the purpose of disp parameter?
When output dataset space is required, what quantity categories are used?
What is the purpose of dd * statement in jcl?
what JCL Procedures?