What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / sunil
disp= old ...it will give exclusive use of dataset.
disp= shr....multiple job can use the dataset concurrently..
but in both case, while writing , it will overwrite to old
dataset..i.e, old data will be lost.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is a jcl?
What do you understand by the term job time – out and how can you overcome that?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the function of the steplib dd statement?
What is the function of job statement in jcl?
which utility is used a dummy utility?
What is the format of comment statement?
What is the use of disp parameter?
What are the parameter we cannot use in procedure?
What is the function of the dd avgrec keyword in sms datasets?
Describe the various parameters utilized in the creation of a gdg?
How would you understand error(execution phase)?
How can a fb file convert to vb file using sort program?
Why include statement is used in a jcl?