Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Document Library Object Audit (DSPDLOAUD) command allows the user to display the auditing level of a document or folder.
Restrictions:
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 |
OUTPUT | Output | *, *PRINT, *OUTFILE | Optional |
TYPE | Type of object | *FLR, *DOC, *ALL | Optional |
LEVEL | Level of list | *CURRENT, *ALL | Optional |
OUTFILE | File to receive output | Qualified object name | Optional |
Qualifier 1: File to receive output | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OUTMBR | Output member options | Element list | Optional |
Element 1: Member to receive output | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD |
Top |
Specifies the name of the document or folder whose auditing value is displayed.
Top |
Specifies the folder containing the document library object whose auditing level is displayed.
Top |
Specifies the system object name. This parameter is valid only when DLO(*SYSOBJNAM) is specified.
Top |
Specifies where the output from the command is sent.
Top |
Specifies whether the documents or folders contained in the folder specified on the FLR parameter are displayed. This parameter is valid when FLR(name) is specified and is defaulted in all other cases. When DLO(*ALL) FLR(*ANY) is specified, TYPE(*ALL) is used. When DLO(*ALL) FLR(*ROOT) is specified, TYPE(*FLR) is used. When DLO(*ALL) FLR(*NONE) is specified, TYPE(*DOC) is used. When a single object is specified on the command, the TYPE parameter is ignored.
Top |
Specifies whether documents and folders at nested levels in the specified folder are displayed.
Top |
Specifies the database file to which the output of the command is directed. If the file does not exist, this command creates a database file in the specified library. If the file is created, the public authority for the file is the same as the create authority specified for the library in which the file is created. Use the Display Library Description (DSPLIBD) command to show the library's create authority.
Qualifier 1: File to receive output
Qualifier 2: Library
Top |
Specifies the name of the database file member that receives the output of the command.
Element 1: Member to receive output
Element 2: Replace or add records
Top |
Example 1: Displaying an Auditing Level
DSPDLOAUD DLO(MYDOC) FLR(MYFLR)
This command displays the auditing level of document MYDOC in folder MYFLR.
Example 2: Printing Auditing Levels
DSPDLOAUD DLO(*ALL) FLR(*ROOT) OUTPUT(*PRINT)
This command prints the auditing levels of all first-level folders on the system.
Example 3: Listing all Auditing Levels
DSPDLOAUD DLO(*ALL) FLR(*ANY) OUTPUT(*OUTFILE) OUTFILE(MYLIB/MYFILE)
This command lists the auditing levels of all DLOs on the system in the output file MYFILE in library MYLIB.
Top |
*ESCAPE Messages
Top |