What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / guest
OLD specifies exclusive use of a dataset, SHR allows
multiple jobs to concurrently access the dataset Note: When
updating a dataset, you would normally use OLD.
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
what is the use of JCL?
What are steplib and joblib?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is catelog procedure and how many catelog procedure to use in one job?
What do you understand by jcl?
what is the purpose of coding class parameter in job 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 are s0c1, s0c4, s0c5, s0c7 and socb?
What do you know about jcl?
Explain the purpose of dd dummy statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what are the statements that are not valid to be included in an include statement?
what is use of disp parameter in dd statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the function of dd name parameter with a 2 part structure; audit.report?