What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answers were Sorted based on User's Feedback
Answer / guest
DISP=OLD denotes exclusive control of the dataset; DISP=SHR
means there is no exclusivity.
| Is This Answer Correct ? | 3 Yes | 0 No |
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Explain about LMFREE�free data set from its association with data ID
what is A-MODE and R-MODE?
Explain the purpose of dd * statement in jcl?
i have step1,step2,step3 from where can i start coding cond parameter ?
How to create delta file using JCL
Is it possible to left uncode disp? If yes, how?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Explain about RECORDING MODE Clause
How is a GDG base created?