/ATTRIBUTES=(keyword[,...])
Specifies attributes to be associated with the identifiers.
Attributes may be added to new or existing identifiers. The
following are valid keywords:
DYNAMIC Allows unprivileged holders of the identifier to
remove and to restore the identifier from the
process rights list by using the DCL command SET
RIGHTS_LIST.
NOACCESS Makes any access rights of the identifier null and
void. If a user is granted an identifier with the No
Access attribute, that identifier has no effect on
the user's access rights to objects. This attribute
is a modifier for an identifier with the Resource or
Subsystem attribute.
RESOURCE Allows holders of an identifier to charge disk space
to the identifier. Used only for file objects.
SUBSYSTEM Allows holders of the identifier to create and
maintain protected subsystems by assigning the
Subsystem ACE to the application images in the
subsystem. Used only for file objects.
To remove an attribute from the identifier, add a NO prefix
to the attribute keyword. For example, to remove the Resource
attribute, specify /ATTRIBUTE=NORESOURCE.
The default uses the current processes in the rights database.
Use the command SHOW PROCESS/RIGHTS to see the attributes of the
current process.