Delete DBCS Conversion Dict (DLTIGCDCT)
Where allowed to run: All environments (*ALL)
Threadsafe: NoParameters
Examples
Error messagesThe Delete DBCS Conversion Dictionary (DLTIGCDCT) command deletes the specified double-byte character set (DBCS) conversion dictionary from the system. The dictionary contains alphanumeric entries and their related DBCS words. The system refers to DBCS conversion dictionaries when doing DBCS conversion.
You must have the following authority to use this command:
- Object operational authority for this command
- Object operational and object existence authority for the dictionary
- Object operational authority to the library in which the dictionary is stored.
Top
Parameters
Keyword Description Choices Notes IGCDCT DBCS conversion dictionary Qualified object name Required, Positional 1 Qualifier 1: DBCS conversion dictionary Generic name, name Qualifier 2: Library Name, *LIBL, *CURLIB
Top
DBCS conversion dictionary (IGCDCT)
Specifies the double-byte character set (DBCS) conversion dictionary to be deleted and the library in which it is stored.
This is a required parameter.
- dictionary-name
- Specify the DBCS conversion dictionary to be deleted.
- generic*-name
- Specify a group of dictionaries to be deleted. A generic name can be specified as a character string that contains one or more characters followed by an asterisk (*).
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
Examples
DLTIGCDCT IGCDCT(DBCSLIB/IGCDCT*)This command causes the system to delete each DBCS conversion dictionary whose name starts with the characters IGCDCT in library DBCSLIB.
Top
Error messages
*ESCAPE Messages
- CPF2105
- Object &1 in &2 type *&3 not found.
- CPF2110
- Library &1 not found.
- CPF2114
- Cannot allocate object &1 in &2 type *&3.
- CPF2182
- Not authorized to library &1.
- CPF2189
- Not authorized to object &1 in &2 type *&3.
Top