Delete PDF Map (DLTPDFMAP)

The Delete PDF Map (DLTPDFMAP) command deletes a PDF map from the specified library. If the PDF map is found, it is deleted. If the PDF map is not found, a message is sent to the user stating that the PDF map could not be found.

Parameters

Keyword Description Choices Notes
PDFMAP PDF map Qualified object name Required, Positional 1
Qualifier 1: PDF map Name
Qualifier 2: Library Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR

PDF map (PDFMAP)

Specifies the name of the PDF map.

This is a required parameter.

Qualifier 1: PDF map

name
Specifies the name of the PDF map.

Qualifier 2: Library

*LIBL
Search all libraries in the job's library list until the first match is found.
*CURLIB
Search the current job library for the job. If no library is specified as the current library for the job, the QGPL library is used.
*ALL
Search all libraries in the system, including QSYS.
*USRLIBL
Search only the libraries listed in the user portion of the job's library list.
*ALL
Search all libraries in the system, including QSYS.
*ALLUSR
All user libraries are searched.
name
Search the specified library.

Examples

DLTPDFMAP    PDFMAPOBJ(QGPL/BIGSALES)

This example shows how to delete a PDF map.

Error messages

*ESCAPE Messages

CPF2105
Object &1 in &2 type *&3 not found.
CPF2110
Library &1 not found.
CPF2114
Cannot allocate object &1 in &2 type *&3.
CPF2182
Not authorized to library &1.
CPF2189
Not authorized to object &1 in &2 type *&3.