How can we execute only one step in a job
Answer Posted / kamal
hi ankur,
i am really oppose u r answer cond=only previous step
abnormally execution mens this step executed.otherwsie not
possible.
using iebedit utility is oneway.
another one is restart=stepname end of the step give null
stmts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is use of dsn parameter in dd statement?
Explain the purpose of the dd keylen parameter?
What are steplib and joblib?
What statement can be used to send data to another mvs jes3 node?
//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 do you access an uncataloged dataset in a jcl?
Explain the purpose of dd dummy statement?
Explain the jcl exec statement?
Suppose I have five jobs to do. But I want to hold 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?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the motivation behind coding class parameter in job statement?
Explain the function of //cntl statement?