What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / anurag
Generally DISP = OLD is used when a Dataset is generated in
a step of job and then subsequently used in the next up
coming steps of the same job ,
DISP=SHR signifies that the dataset is can be shared by the
multiple jobs.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what are the various stages of job processing?
in ways data can be passed to a COBOL program from JCL?
List in order the hierarchical levels of jcl?
Is automatic restart possible in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
I need exexution process for JCL programs
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is it possible to define dd statements as you want?
what is the compile process of cobol program expalin with code
a dd statement has 2 types of parameters. Name them?
What is the purpose of the dd keylen parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain the function of the dd dcb keyword?