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
how to run batch program without jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
what is DSN parameter and DISP parameter is used for?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How do you overcome this limitation ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Is it possible to left uncode disp? If yes, how?
what is “Cond= even” and “Cond=only”?
in ways data can be passed to a COBOL program from JCL?
What are some jcl statements that are not allowed in procedures?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how you can direct the data to spool using SYSOUT option?
what is the compile process of cobol program expalin with code
Is their any set of rules for dd? Explain.