How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / amy
use DPRTY...
//step001 exec=pgm1,dprty=2
//step002 exec=pgm1,dprty=3
//step003 exec=pgm1,dprty=1
higher the dprty ,higher in execution...
so first step002,second step001 and in last step003 wil be
executed
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Which statement is used to identify the private libraries in job?
Explain the purpose of the dd keylen parameter?
How to pass data to a program that is coded in an exec statement?
how do you code a null statement?
Explain about LMQUERY�give a dialog information about a data set
how can you check if a file is empty using jcl?
What do you understand by the term notcat 2 – gs?
Explain the function of //cntl statement?
which utility is used to sort a file in jcl?
Is it possible to code instream data in a PROC?
what is the compile process of cobol program expalin with code
Can we call instream to catalog and catalog to instream?
what happens in execution stage in job processing?
What is Cataloged Procedures?