The :PDUMP command copies a cataloged item from a POINTER-FILE file to backup media. The cataloged item must be one that was created using the :PLOAD command.
Format
:PDUMP listname |
Parameter(s)
listname |
Name of the cataloged item in the POINTER-FILE file. |
Description
:PDUMP makes an exact copy of the item, and puts an End-Of-File (EOF) mark at the end of the file on backup media.
NOTE |
You cannot use :PDUMP with POINTER-FILE items that were created with the SAVE-LIST command. |
Copying a POINTER-FILE Item to Backup Media
The following example copies the cataloged item CUSTOMERS from the POINTER-FILE file to backup media:
>:PDUMP CUSTOMERS |