In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / sivakumar sekharannair
me to belevive that answer 3 is the perfect answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
how you can direct the data to spool using SYSOUT option?
what is DSN parameter and DISP parameter is used for?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Can I send output of job to my remote device careerride123?
whats the diff bw the evaluate also and and?
//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 /*
Is their any limit for data sets?
What is NOTCAT ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
When space is allocated for an output dataset, what units can be used?
what is the difference between JES3 and JES2?
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?
What is condition checking in jcl? Is this possible?
what is the use of IEBGENER utility?