Display and print the DBCS conversion dictionary

You can use the Display DBCS Conversion Dictionary (DSPIGCDCT) command to display and print the DBCS conversion dictionary. You can display or print the entire dictionary or just a certain part of it, depending on the value you specify for the ENTRY parameter.

For example, to print the entry ABC from the dictionary QUSRIGCDCT and its related words, enter:
DSPIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT)  +
  ENTRY(ABC) OUTPUT(*PRINT)
To display all of the entries from the server-supplied dictionary QSYSIGCDCT and their related words, enter:
DSPIGCDCT IGCDCT(QSYS/QSYSIGCDCT)

Figure 1 provides an example of the display produced by the DSPIGCDCT command. It shows alphanumeric entries and their related words.

Related information
CL concepts and reference
Display DBCS Conversion Dictionary (DSPIGCDCT) command