What is the difference between specifying DISP=OLD and
DISP=SHR for a dataset?
Answer Posted / kavya
DISP=OLD means os will search for an existing data set of
the name specified
DISP=SHR allows multiple jobs to read the same data set.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
how you can direct the data to spool using SYSOUT option?
What is the purpose of dd?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How jcl work to handle various input output file operations?
List in order the hierarchical levels of jcl?
Explain the hierarchy levels in jcl?
What is the function of a dd statement?
Does jcl support automatic restart?
What does a disposition of (new,catlg,keep) for a dsn mean?
what is the use of JCL?
what is use of space parameter in dd statement?
Explain the function of a dd statement?
How is a type of file defined in the jcl that executes the cobol program?
What is NOTCAT ?