We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / vikas bhardwaj
//QV1P01TV JOB ABCB......
//STP EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT = *
//SYSUT1 DD DSN=.......
//SYSUT2 DD DSN=.......
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP25)
/*
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
which utility is used a dummy utility?
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.
What are some jcl statements that are not allowed in procedures?
Explain the jcl exec statement?
Can I share my data with other jobs? How?
Explain dd statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is use of dcb parameter in dd statement?
What is the function of dd disp parameter?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
which parameter is use to declare the name of dataset in dd statement?