These subroutines delete conversion data registered by, for example, COBW3_SET_CNV. The following lists the meaning of each subroutine:
ASCII environment
Deletes conversion data registered for an alphanumeric character string conversion name.
Unicode environment
Deletes conversion data registered for an alphanumeric character string conversion name.
Deletes conversion data registered for a national character string conversion name.
How to write
CALL "COBW3_DEL_CNV" USING COBW3.
CALL "COBW3_DEL_CNV_X" USING COBW3.
CALL "COBW3_DEL_CNV_N" USING COBW3.
Data setting for calling
Set the conversion name to be deleted.
For COBW3_DEL_CNV and COBW3_DEL_CNV_X, set the conversion name to COBW3-CNV-NAME.
For COBW3_DEL_CNV_N, set the conversion name to COBW3-CNV-NAME-N.
If the conversion name has a valid blank at the end, set the string length (byte length) of the conversion name including the blank.
Value | Meaning |
---|---|
0 | Searches the conversion name using the length up to the last character excluding the blank. However, if COBW3-CNV-NAME or COBW3-CNV-NAME-N is completely blank, the string length is set to zero for processing. |
1 to 30 | Searches the conversion name using the specified string length. |
Processing result data
None