Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Dump Document Library Object (DMPDLO) command is used primarily for problem analysis. It copies the contents and attributes of folders, documents, or internal document library system objects to a spooled printer file named QPSRVDMP. If the printed output is not spooled and the printer is not available, the printer file (QPSRVDMP) is overridden.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DLO | Document library object | Character value, *SYSOBJNAM, *INT | Required, Positional 1 |
FLR | In folder | Character value, *NONE | Optional, Positional 2 |
SYSOBJNAM | System object name | Name | Optional |
SYSOBJATR | System object attributes | *NONE, *INTDOC, *DST | Optional |
Top |
Specifies the document library object that is dumped.
This is a required parameter.
Top |
Specifies the folder that contains the documents or folders. If the document or folder does not exist in a folder, *NONE is specified.
Top |
Specifies the system object name of the document that is dumped. A system object name must be entered on this parameter if *SYSOBJNAM is specified on the Document library object (DLO) parameter.
Top |
Specifies the attributes of the object that is dumped. A value other than *NONE may be entered on this parameter only if *SYSOBJNAM is specified on the Document library object (DLO) parameter.
Top |
Example 1: Dumping a Document
DMPDLO DLO(KAREN) FLR(PEGGY)
This command dumps a document or a folder named KAREN which is located in the folder named PEGGY.
Example 2: Specifying a System Object Name
DMPDLO DLO(*SYSOBJNAM) SYSOBJNAM(BHZM052634)
This command dumps the document library object identified by the system object name BHZM052634.
Top |
*ESCAPE Messages
Top |