CL Command Reference - DSPPDFMAPE

CL Command List > DSPPDFMAPE Reference

Description:

The Display PDF Map Entries (DSPPDFMAPE) command displays entries in the specified PDF map.

A filter can be specified to control which entries are displayed. Each map entry has critera to specify which spooled files it applies to. The filter you create for the Display PDF map entries command searches those criteria to determine which entries to display.

All the fields for the filter are used when scanning each entry in the PDF map for a match.


Examples:

Example 1:

DSPPDFMAPE PDFMAP(QGPL/BIGSALES)
FILTER(*ALL *ALL *ALL *ALL *ALL *ALL)

This command displays all map entries in the PDF map object.



Example 2:

DSPPDFMAPE PDFMAP(QGPL/BIGSALES)
FILTER(QGPL/SPECIAL *ALL *ALL *ALL *ALL *ALL)

This command displays all map entries in BIGSALES that specify an output queue of QGPL/SPECIAL.



Example 3:

DSPPDFMAPE PDFMAP(QGPL/BIGSALES)
FILTER(*LIBL/SPECIAL *ALL BIGTICKET *ALL *ALL *ALL)
OUTPUT(*PRINT)

This command displays all map entries in BIGSALES that specify an output queue of *LIBL/SPECIAL and have a value for User data of ¡¯BIGTICKET¡¯.