Once a physical file is entered in the directory, processes can link other logical files to it by specifying appropriate values for the following file attributes:
-
KIND
Specifies the type of storage medium, such as DISK.
-
TITLE
-
NEWFILE
If set to FALSE, specifies that an existing file should be opened. Note that the process will be suspended with a “NO FILE” message if the file does not exist.
-
DEPENDENTSPECS
Causes the logical file to assume all the file attributes of the physical file. This makes it unnecessary for all processes to repeat the file attribute assignments that determine the structure of the file.

