DLTIGCDCT (Delete DBCS Conversion Dictionary)
DLTIGCDCT Command syntax diagram
Purpose
The Delete DBCS Conversion Dictionary (DLTIGCDCT) command erases the specified double-byte character set (DBCS) conversion dictionary from the system. The dictionary contains alphanumeric entries and their related words. The system refers to DBCS conversion dictionaries when doing DBCS conversion.
Restrictions: You must have the following authority to use this command:
- Object operational authorities for this command
- Object operational and object existence authorities for the dictionary
- Object operational authorities to the library in which the dictionary is stored
Required Parameters
- IGCDCT
- Specifies the qualified name of the DBCS conversion dictionary being deleted. If you do not specify a library name, the system deletes the dictionary found when searching the library list.
The name of the dictionary can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched until the first match is found.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
library-name: Specify the name of the library to be searched.
dictionary-name: Specify the DBCS conversion dictionary being deleted.
generic*-name: Specify the generic name of the DBCS conversion dictionary being deleted. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name. For more information on the use of generic names, refer to generic names.
Example for DLTIGCDCT
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.
Error messages for DLTIGCDCT
*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.