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 |
what is DD statement is used in JCL?
what is XSUM in some fields= none, xsum ??
Describe the DD statement, its meaning, syntax and keywords?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the purpose of dd dummy statement?
how to run batch program without jcl?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
How many types we can give input to JCL
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one