RE: What is the difference between DISP=OLD,DISP=MOD &...
but I have seen in several cases that DISP SHR is also used as a out file( but DCB was not given there) how I can be modified or newly created?? please reply
RE: What is the difference between DISP=OLD,DISP=MOD &...
Coding the status filed as OLD results in the OS searching for an existing data set of the name specified. If the file is written to then its old data will be lost replaced by the new data
Setting DISP as SHR is identical to OLD except when OLD gives exclusive control of the dataset to the user whereas SHR allows multiple jobs to read the same dataset