Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Document Library Object Name (DSPDLONAM) command is used to display or print alternate forms of a filed document, folder, or distribution document name.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DLO | Document library object | Character value, *DOCID, *LADNTSP, *SYSOBJNAM | Required, Positional 1 |
FLR | Folder | Character value, *NONE | Optional, Positional 2 |
DOCID | Document identifier | Character value, *NONE | Optional |
LADNTSP | LADN timestamp | 0000000000000001-FFFFFFFFFFFFFFFF, *NONE | Optional |
SYSOBJNAM | System object name | Name, *NONE | Optional |
OBJCLS | Object class | *DOC, *FLR, *DST | Optional |
OUTPUT | Output | Optional |
Top |
Specifies the document or folder for which alternate names are to be displayed or printed.
This is a required parameter.
This is a required parameter.
Top |
Specifies the folder path that contains the document or folder specified in the Document library object (DLO) parameter. The FLR parameter must be *NONE if the DLO parameter is *DOCID, *LADNTSP, or *SYSOBJNAM.
Top |
Specifies the library-assigned name of the document. This is the name assigned to the document by the system when it was created. Documents filed outside the local system have only library-assigned document names. The library-assigned document names can be determined by using the Query Document Library (QRYDOCLIB) command or by the message returned from the File Document (FILDOC) command.
Library-assigned document names are 24 characters in length with the following format:
YYYYMMDDHHMNSSHSSNSNSNSN
where:
YYYY = year MM = month DD = day HH = hour MN = minute SS = second HS = hundredths of a second SNSNSNSN = system name
Top |
Specifies the library assigned document name (LADN) timestamp of the document or folder object. A LADN timestamp is specified only if *LADNTSP is specified on the Document library object (DLO) parameter.
Top |
Specifies the system object name of the document or folder object. A system object name is specified only if *SYSOBJNAM is specified on the Document library object (DLO) parameter.
Top |
Specifies the class of the object to locate.
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
Top |
DSPDLONAM DLO(MYDOC) FLR(MYFLR) OBJCLS(*DOC)
This command finds the document MYDOC in folder MYFLR and displays all forms of the document's name. If the job is running in batch mode, the information is printed and not displayed.
Top |
*ESCAPE Messages
Top |