Previous Topic: Select Files and Groups

Next Topic: Propagate ENQ Requests

Set File Access

The DISP parameter of the ADDFILE command determines whether the file server requires exclusive use of the file specified in the ADDFILE command. If you specify:

Note: When no DISP is specified on the ADDFILE command, the disposition of the data sets defaults to DISP(SHR).

Example

For exclusive access to the DPMFPDF2 file, specify this command in the parameter data set:

ADDFILE DPMFPDF2 DISP(OLD)