Displaying and printing 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 the following command:

DSPIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT)  +
  ENTRY(ABC) OUTPUT(*PRINT)

To display all of the entries from the system-supplied dictionary QSYSIGCDCT and their related words, enter the following command:

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.

 

Parent topic:

DBCS conversion dictionaries

 

Related information


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