Display Font Table (DSPFNTTBL)

The Display Font Table (DSPFNTTBL) command displays a font table. Refer to Printer Device Programming, SC41-5713 for more information on font mapping tables.

Restrictions:

Parameters

Keyword Description Choices Notes
FNTTBL Font table Single values: *PHFCS, *HPFCS, *PHCP, *HPCP, *SYSPHFCS, *SYSHPFCS, *SYSPHCP, *SYSHPCP
Other values: Qualified object name
Required, Positional 1
Qualifier 1: Font table Name
Qualifier 2: Library Name, *LIBL, *CURLIB
OUTPUT Output *, *PRINT Optional, Positional 2

Font table (FNTTBL)

Specifies the font table to be displayed.

Single values

*PHFCS
The printer-resident to host-resident font character set table is to be displayed.
*PHCP
The printer-resident to host-resident code page mapping table is to be displayed.
*HPFCS
The host-resident to printer-resident font character set table is to be displayed.
*HPCP
The host-resident to printer-resident code page mapping table is to be displayed.
*SYSPHFCS
The system printer-resident to host-resident font character set table is to be displayed. Refer to Printer Device Programming, SC41-5713 for more information on system font character set tables.
*SYSPHCP
The system printer-resident to host-resident code page mapping table is to be displayed. Refer to Printer Device Programming, SC41-5713 for more information on system code page mapping tables.
*SYSHPFCS
The system host-resident to printer-resident font character set table is to be displayed. Refer to Printer Device Programming, SC41-5713 for more information on system font character set tables.
*SYSHPCP
The system host-resident to printer-resident code page mapping table is to be displayed. Refer to Printer Device Programming, SC41-5713 for more information on system code page mapping tables.

Qualifier 1: Font table

name
Specify the name of a printer-resident to printer-resident font substitution table to be displayed.

The name of a font table must be specified when a printer-resident to printer-resident font substitution table is to be displayed.

Qualifier 2: Library

*LIBL
Search all libraries in the job's library list until the first match is found.
*CURLIB
The current library is used to locate the font table. If no library is specified as the current library for the job, the QGPL library is used.
name
Specify the name of the library where the font table is located.

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.

*
The output is displayed (if requested by an interactive job) or printed with job's spooled output (if requested by a batch job).
*PRINT
The output is printed with the job's spooled output.

Examples

DSPFNTTBL   FNTTBL(*PHFCS)
            OUTPUT(*)

This command displays the printer-resident to host-resident font character set table. This table is named QPHFCS and must be in library QUSRSYS.

Error messages

*ESCAPE Messages

CPF9801
Object &2 in library &3 not found.
CPF9802
Not authorized to object &2 in &3.
CPF9803
Cannot allocate object &2 in library &3.
CPF9805
Object &2 in library &3 destroyed.
CPF9810
Library &1 not found.
CPF9811
Program &1 in library &2 not found.
CPF9820
Not authorized to use library &1.
CPF9830
Cannot assign library &1.