What is the purpose of disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
How do you restart a PROC from a particular step?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
define cond parameter in jcl?
How to skip first step of a job? Can we use COND on the first step?
Are there any set of rules for the names of the steps used in a job? What are they?
What is a GDG
if we give two job cards in a single what happens
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
what is the difference between static call and dynamic call?
What is a JCL Command statement ?
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 alternate index?