Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Document Library Object Audit (CHGDLOAUD) command allows a user with audit (*AUDIT) special authority to change the auditing level of a document library object (DLO) or group of DLOs.
Notes:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DLO | Document library object | Character value, *SYSOBJNAM, *ROOT, *ALL | Required, Positional 1 |
FLR | Folder | Character value, *NONE, *ANY, *ROOT | Optional, Positional 2 |
SYSOBJNAM | System object name | Name | Optional |
AUDDLO | DLO auditing level | *SAME, *NONE, *USRPRF, *CHANGE, *ALL | Optional |
LEVEL | Level of list | *CURRENT, *ALL | Optional |
Top |
Specifies the name of the document or folder whose auditing level is changed. If FLR(*ANY) is specified, then DLO(*ALL) must be specified.
If DLO(*ROOT) is specified, then FLR(*NONE) must be specified.
If DLO(*SYSOBJNAM) is specified, then FLR(*NONE) must be specified.
Top |
Specifies the folder containing the document library object whose auditing level is changed. If DLO(*ROOT or *SYSOBJNAM) is specified, then FLR(*NONE) must be specified.
If FLR(*ANY) is specified, then DLO(*ALL) must be specified.
Top |
Specifies the system object name. This parameter is valid only when DLO(*SYSOBJNAM) is specified. Ten characters must be specified.
Top |
Specifies the auditing level for the document or folder changed.
Top |
Specifies whether documents and folders at nested levels in the specified folder are changed.
Top |
Example 1: Changing an Auditing Level
CHGDLOAUD DLO(MYDOC) FLR(MYFLR) AUDDLO(*ALL)
This command changes the auditing level of document MYDOC in folder MYFLR so all change or read access to this DLO is logged in the security journal.
Example 2: Changing a System Object Name Auditing Level
CHGDLOAUD DLO(*SYSOBJNAM) SYSOBJNAM(FMCM210974) AUDDLO(*ALL)
This command changes the auditing level of a document with the system object name FMCM210974 so all change or read access to this DLO is logged in the security journal.
Example 3: Changing the Auditing Level of All DLOs
CHGDLOAUD DLO(*ALL) FLR(*ANY) AUDDLO(*ALL)
This command changes the auditing level of all the DLOs so all change or read access to the DLOs is logged in the security journal.
Top |
*ESCAPE Messages
Top |