Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / mithun suresh
Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.
//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
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.
a dd statement has 2 types of parameters. Name them?
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) ?
How do you submit a job for execution?
How to alter the parameters for the existing gdg?
Is their any limit for data sets?
Is there any command to check wether the ps file is in sorted order?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is automatic restart possible in jcl? If yes, how?
What statement can be used to send data to another mvs jes3 node?
what operation is performed by job statement?
what is DSN in JCL and what are the parameters to declare the DSN?
i want to store 20 digits . how will u do it in cobol ?
Explain the function of a dd statement?
Give the syntax of job specifying jcl statement.