Dump Document Library Object (DMPDLO)

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:

Parameters

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

Document library object (DLO)

Specifies the document library object that is dumped.

This is a required parameter.

*SYSOBJNAM
The system object name of the document or folder specified on the System object name (SYSOBJNAM) parameter is used to identify the folder or document that is dumped. This value must be used to dump an internal or distribution document, or a document that is not in a folder.
*INT
Internal document library system objects are dumped.
name
Specify the name of the document or folder that is dumped.

In folder (FLR)

Specifies the folder that contains the documents or folders. If the document or folder does not exist in a folder, *NONE is specified.

*NONE
The object is not in a folder.
name
Specify the qualified name of the folder containing the folder or document that is dumped.

System object name (SYSOBJNAM)

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.

*NONE
The object dumped is not identified by its system object name.
name
Specify the system object name of the folder or document that is dumped.

System object attributes (SYSOBJATR)

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.

*NONE
No attributes are specified for the object.
*INTDOC
The object dumped is an internal document.
*DST
The object dumped is a distribution document.

Examples

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.

Error messages

*ESCAPE Messages

CPF8A43
Dump failed or partially failed for &2 of type &4 in folder path &1.