Delete DBCS Font Table (DLTIGCTBL)
Where allowed to run: All environments (*ALL)
Threadsafe: NoParameters
Examples
Error messagesThe Delete DBCS Font Table (DLTIGCTBL) command deletes the specified double-byte character set (DBCS) font table from the system. DBCS font tables contain the images of double-byte extension characters used on your system and are used for displaying and printing these characters in various matrix sizes, depending on the matrix used by the device. You might consider deleting a table that displays and prints characters in a dot matrix pattern not used by your system. Deleting the table saves system storage. Before deleting a table, you also might consider copying it to tape or diskette for future use. To copy a table to tape or diskette, see the Copy DBCS Font Table (CPYIGCTBL) command.
Additional Considerations:
Do not delete a DBCS font table if any device attached to the system and currently varied on uses that table. If you delete the table, the system sends you a message identifying the following:
- Devices using the deleted tables
- Devices attached to the same controllers such as devices using the table being deleted
- Controllers that will be damaged the next time you try to print or display extension characters on those devices.
If such a problem occurs, do the following:
- Vary off the affected devices (VRYCFG command).
- Vary off the affected control unit.
- Vary on the affected control unit.
- Vary on the affected devices.
- Continue normal system work.
For example, do not delete QIGC2424 when a Japanese 5555 display is varied on.
Top
Parameters
Keyword Description Choices Notes IGCTBL DBCS font table Name, QIGC2424, QIGC2424K, QIGC2424C, QIGC2424S, QIGC3232, QIGC3232S Optional, Positional 1
Top
DBCS font table (IGCTBL)
Specifies the name of the double-byte character set (DBCS) font table being deleted.
- QIGC2424
- The Japanese DBCS font table used for displaying and printing extension characters in a 24 by 24 dot matrix image is deleted.
- QIGC2424C
- The Traditional Chinese DBCS font table used for printing extension characters in a 24 by 24 dot matrix image is deleted.
- QIGC2424K
- The Korean DBCS font table used for printing extension characters in a 24 by 24 dot matrix image is deleted.
- QIGC2424S
- The Simplified Chinese DBCS font table used for printing extension characters in a 24 by 24 dot matrix image is deleted.
- QIGC3232
- The Japanese DBCS font table used for displaying and printing extension characters in a 32 by 32 dot matrix image is deleted.
- QIGC3232S
- The Simplified Chinese DBCS font table is used for printing extension characters in a 32 by 32 dot matrix image is deleted.
- QIGCrrccl
- Specify the name of the DBCS font table to be deleted. The name must always be in the format QIGCrrccl, where rr is the table row matrix size, cc is the table column matrix size, and l is an optional language identifier.
Top
Examples
DLTIGCTBL IGCTBL(QIGC2424)This command deletes the Japanese DBCS font table QIGC2424.
Top
Error messages
*ESCAPE Messages
- CPF8422
- Not able to use DBCS font table &1.
- CPF8425
- Cancel reply received for message &1.
- CPF9830
- Cannot assign library &1.
Top