Edit DBCS Conversion Dict (EDTIGCDCT)
Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: NoParameters
Examples
Error messagesThe Edit DBCS Conversion Dictionary (EDTIGCDCT) command lets you add, change, and delete alphanumeric entries and their related double-byte character set (DBCS) words from the specified DBCS conversion dictionary. The system refers to the DBCS conversion dictionary when performing DBCS conversion. The system displays the entries being edited when this command is specified.
Use of the DBCS conversion function is not recommended for Chinese and Korean double-byte character sets.
Top
Parameters
Keyword Description Choices Notes IGCDCT DBCS conversion dictionary Qualified object name Required, Positional 1 Qualifier 1: DBCS conversion dictionary Name Qualifier 2: Library Name, *LIBL, *CURLIB ENTRY Dictionary entry X'40'-X'FE', *ALL Optional
Top
DBCS conversion dictionary (IGCDCT)
Specifies the double-byte character set (DBCS) conversion dictionary to be edited and the library in which it is stored. If you do not specify a library name, the first dictionary found when searching the library list is edited.
The possible library values are:
- *LIBL
- All libraries in the library list for the current thread are searched until the first match is found.
- *CURLIB
- The current library for the job is used to locate the dictionary. If no library is specified as the current library for the job, QGPL is used.
- library-name
- Specify the library where the dictionary is located.
Top
Dictionary entry (ENTRY)
Specifies the alphanumeric entries being edited with their related double-byte character set (DBCS) words.
- *ALL
- Any entry in the dictionary can be edited. The system first shows the Work with DBCS Conversion Dictionary display showing all alphanumeric entries in the dictionary. From this display, specific entries are chosen to be edited.
- generic*-string
- Specify a character string of one or more characters followed by an asterisk (*). All entries starting with the specified string can be edited. The system first shows the Work with DBCS Conversion Dictionary display. From this display, specific entries are chosen to be edited. If you do not include the asterisk, the system assumes that you want to edit a specific string.
The string cannot be longer than 12 characters.
- specific-string
- Specify a character string. The system shows the DBCS Edit Related Words display, showing a single alphanumeric entry and its related DBCS words. The specified entry can be edited.
The string cannot be longer than 12 characters. You can edit the related words on this display.
Top
Examples
Example 1: Showing the Work with DBCS Conversion Dictionary Display
EDTIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) ENTRY(123*)This command shows the Work with DBCS Conversion Dictionary display showing all the alphanumeric entries that start with 123 in the dictionary QUSRIGCDCT, which is stored in the library DBCSLIB.
Example 2: Showing the Edit Related Words Display
EDTIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) ENTRY(WORDS)This command shows the Edit Related Words display showing the alphanumeric entry WORDS and its related words from the dictionary QUSRIGCDCT, which is stored in library DBCSLIB.
Top
Error messages
*ESCAPE Messages
- CPF2122
- Storage limit exceeded for user profile &1.
- CPF8138
- &8 damage on DBCS conversion dictionary &4 in &9.
- CPF8440
- Entries cannot be added to the system DBCS conversion dictionary.
- CPF8451
- Entry value &1 not correct.
- CPF8455
- Work station is not a DBCS device.
- CPF8461
- Entry &1 of DBCS conversion dictionary is logically damaged.
- CPF9801
- Object &2 in library &3 not found.
- CPF9802
- Not authorized to object &2 in &3.
- CPF9803
- Cannot allocate object &2 in library &3.
- CPF9810
- Library &1 not found.
- CPF9820
- Not authorized to use library &1.
- CPF9845
- Error occurred while opening file &1.
- CPF9846
- Error while processing file &1 in library &2.
- CPF9847
- Error occurred while closing file &1 in library &2.
Top