A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is a procedure?
When should DISP=MOD is used?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
How to alter the parameters for the existing gdg?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Can you code instream data in a PROC ?
How can the disposition of sysout datasets be set for an entire jobstream?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
A job has 150 steps i want to execute only 57th step