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 function of the dd avgrec keyword in sms datasets?
Explain about ISPF/TSO Commands
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the function of the dd mgmtclas keyword in sms datasets?
How gdg are concatenated?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how you can direct the data to spool using SYSOUT option?
What are the rules employed while naming the steps in a job?
how can you check if a file is empty using jcl?
Are there any set of rules for the names of the steps used in a job?
What is the difference between run mode and addressing mode?
Is automatic restart possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is a jcl?