| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display DBCS Conversion Dictionary (DSPIGCDCT) command displays or prints the alphanumeric entries in the specified double-byte character set (DBCS) conversion dictionary and their related DBCS words. The system refers to the DBCS conversion dictionary when performing DBCS conversion.
Note: Use of the DBCS conversion function is not recommended for Chinese and Korean double-byte character sets.
| Top |
| 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 |
| OUTPUT | Output | Optional |
| Top |
Specifies the double-byte character set (DBCS) conversion dictionary displayed or printed and the library in which it is stored. If you do not specify a library name, the first dictionary found when searching your library list is shown.
The possible library values are:
| Top |
Specifies the alphanumeric entries displayed or printed with their related double-byte character set (DBCS) words.
The string cannot be longer than 12 characters.
| Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
| Top |
Example 1: Displaying Entries
DSPIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) OUTPUT(*)
This command displays at a work station all entries in the DBCS conversion dictionary named QUSRIGCDCT, that is stored in the library DBCSLIB.
Example 2: Printing Entries
DSPIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT) ENTRY('?')
OUTPUT(*PRINT)
This command prints the entry ? and its related words from the DBCS conversion dictionary named QUSRIGCDCT, which is stored in the library DBCSLIB.
| Top |
*ESCAPE Messages
| Top |