How can we execute only one step in a job
Answer Posted / radhakrishnan
1. restart the step in the jobcard
2. give a null // at the end of the step.
Thanks,
raddie
| Is This Answer Correct ? | 1 Yes | 0 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?
what is DSN in JCL and what are the parameters to declare the DSN?
How dummy is used in jcl?
How to pass data to a program that is coded in an exec statement?
How can values be passed from the job stream to an executable program?
How to alter the parameters for the existing gdg?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the purpose of dd * statement in jcl?
What is the function of //cntl statement?
which parameter is use to declare the name of dataset in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is timing concept in mainframe?
Explain about LMQUERY�give a dialog information about a data set
What are steplib and joblib?
What is the purpose of the dd keylen parameter?