What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / guest
DISP=OLD denotes exclusive control of the dataset; DISP=SHR
means there is no exclusivity.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the purpose of disp parameter?
Explain the purpose of the dd keylen parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What do you know about jcl?
How does jcl act on a cobol code?
What do you understand by the term notcat 2 – gs?
How can the attributes of one sms dataset be copied to another dataset?
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?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.