VMS Help CREATE, /NAME_TABLE, Qualifiers *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1 - /ATTRIBUTES
/ATTRIBUTES[=(keyword[,...])] Specifies attributes for the logical name table. If you specify only one keyword, you can omit the parentheses. If you do not specify the /ATTRIBUTES qualifier, no attributes are set. You can specify the following keywords for attributes: CONFINE Does not copy the table name or the logical names contained in the table into a spawned subprocess; used only when creating a private logical name table. If a table is created with the CONFINE attribute, all names subsequently entered into the table are also confined. NO_ALIAS No identical names (either logical names or names of logical name tables) may be created in an outer (less privileged) mode in the current directory. If you do not specify the NO_ALIAS attribute, then the table may be "aliased" by an identical name created in an outer access mode. Deletes any previously created identical table names in an outer access mode in the same logical name table directory. SUPERSEDE Creates a new table that supersedes any previous (existing) table that contains the name, access mode, and directory table that you specify. The new table is created regardless of whether the previous table exists. (If you do not specify the SUPERSEDE attribute, the new table is not created if the previous table exists.) If you specify or accept the default for the qualifier /LOG, you receive a message indicating the result.
2 - /EXECUTIVE_MODE
Requires SYSNAM (system logical name) privilege. Creates an executive-mode logical name table. If you specify executive mode, but do not have SYSNAM privilege, a supervisor- mode logical name table is created.
3 - /LOG
/LOG (default) /NOLOG Controls whether an informational message is generated when the SUPERSEDE attribute is specified, or when the table already exists but the SUPERSEDE attribute is not specified. The default is the /LOG qualifier; that is, the informational message is displayed.
4 - /PARENT_TABLE
/PARENT_TABLE=table Requires either create (C) access to the parent table and write (W) access to the system directory or the SYSPRV privilege. Specifies the name of the parent table. The parent table determines whether a table is private or shareable; it also determines the size quota of the table. If you do not specify a parent table, the default table is LNM$PROCESS_DIRECTORY. A shareable table has LNM$SYSTEM_DIRECTORY as its parent table. The parent table must have the same access mode or a higher level access mode than the one you are creating.
5 - /PROTECTION
/PROTECTION=(ownership[:access][,...]) Applies the specified protection to shareable name tables. o Specify the ownership parameter as system (S), owner (O), group (G), or world (W). o Specify the access parameter as read (R), write (W), create (C), or delete (D). For more information on specifying protection codes, refer to the OpenVMS Guide to System Security. The /PROTECTION qualifier affects only shareable logical name tables; it does not affect process-private logical name tables.
6 - /QUOTA
/QUOTA=number-of-bytes Specifies the size limit of the logical name table. The size of each logical name entered in the new table is deducted from this size limit. The new table's quota is statically subtracted from the parent table's quota holder. The parent table's quota holder is the first logical name table encountered when working upward in the table hierarchy that has an explicit quota and is therefore its own quota holder. If the /QUOTA qualifier is not specified or the size limit is 0, the parent table's quota holder becomes the new table's quota holder and space is dynamically withdrawn from it whenever a logical name is entered in this new table. If the table has no quota holder and you specify /QUOTA=0, the table has unlimited quota.
7 - /SUPERVISOR_MODE
/SUPERVISOR_MODE (default) Creates a supervisor-mode logical name table. If you do not specify a mode, a supervisor-mode logical name table is created.
8 - /USER_MODE
Creates a user-mode logical name table. If you do not explicitly specify a mode, a supervisor-mode logical name table is created. NOTE User-mode logical names are automatically deleted when invoking and exiting a command procedure.
|