in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / jagan mohan
by using iebedit utility and specifying required steps in controlcrds we can execute it.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
List the various advantages of using jcl language?
What are some jcl statements that are not allowed in procedures?
How can a jobs execution priority be modified?
Explain how can an in-stream dataset be terminated?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
//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 /*
how to run batch program without jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain dfsort utility?
which parameter is used to check the syntax of a jcl without executing it?
what sort card you will use to copy the data from one dataset to another dataset?
What is the syntax of JCL statement?