What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / shailendra 2008
disp=old means at the time of execution another job can't
use that file.after completion of job another job can use.
disp=shr at the timeof exection many user can use in read
mode.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of dd * statement in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is DD statement is used in JCL?
What is notcat 2 - gs?
how JCL works?
how you will the direct the data to spool using sysout option?
how to do automated restart when a job abends?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to run cobol program using jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is jcl in mainframe?
What do you understand by jcl?
What do you understand by the term notcat 2 – gs?
When space is allocated for an output dataset, what units can be used?
What is the use of disp parameter?