Delete Font Table (DLTFNTTBL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Font Table (DLTFNTTBL) command deletes the specified font table.

Refer to Printer Device Programming, SC41-5713 for more information on font mapping tables.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
FNTTBL Font table Qualified object name Optional, Positional 1
Qualifier 1: Font table Name, *PHFCS, *HPFCS, *PHCP, *HPCP
Qualifier 2: Library Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR
Top

Font table (FNTTBL)

Specifies the font table to be deleted.

Single values

*PHFCS
The printer-resident to host-resident font character set table is to be deleted.
*PHCP
The printer-resident to host-resident code page mapping table is to be deleted.
*HPFCS
The host-resident to printer-resident font character set table is to be deleted.
*HPCP
The host-resident to printer-resident code page mapping table is to be deleted.

Qualifier 1: Font table

name
The printer-resident to printer-resident mapping table is to be deleted.

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

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.
Top

Examples

DLTFNTTBL   FNTTBL(MYLIB/MYFNTTBL)

This command deletes the printer-resident to printer-resident font mapping table named MYFNTTBL from library MYLIB.

Top

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.
Top