1 /AUDIT
Syntax: /AUDIT [= (quoted-string [, quoted-string]...)] /AUDIT=file-specification /NOAUDIT Use /AUDIT to create history list entries auditing the purge of the access control lists. You can include explanatory text in history list entries in two ways: o By including quoted strings. Enclose each quoted string in double quotation marks, and enclose the series of strings in parentheses. The parentheses are optional if you specify only one quoted string. o By specifying a file whose contents are to be included in the history list entry. The file specification is a standard VMS file specification, and the default file type is .DAT. You can include no more than 64 input strings in a history list entry. DMU ignores any excess. With /NOAUDIT, no history list entries are created. The default is /NOAUDIT.
2 /POSITION
Syntax: /POSITION = position-specification Use /POSITION to specify the relative position or positions of the entries you want to delete. The position specification can be any of the following: ALL Indicates all entries. number Indicates only one entry. (number [,number]...) Indicates several entries. You may specify a maximum of 64 entries with the /POSITION qualifier.
3 /TYPE
Syntax: /TYPE = (type-specification [, type-specification]...) Use /TYPE to specify a particular type of dictionary directory or object whose access control list entries are to be purged. A type specification names a type, such as DTR$DOMAIN or CDD$RECORD, whose access control lists are to be deleted. You can use the wildcard characters % and * in a type specification. The parentheses are optional if you specify only one type.