These subroutines delete the conversion data that was registered by COBW3_SET_CNV, etc. These subroutines have the following functions:
ASCII environment
Deletes the conversion data that was registered so that it corresponded to the conversion name which was an alphanumeric character string.
Unicode environment
Deletes the conversion data that was registered so that it corresponded to the conversion name, which was an alphanumeric character string.
Deletes the conversion data that was registered so that it corresponded to the conversion name, which was a national character string.
Format
CALL "COBW3_DEL_CNV" USING COBW3.
CALL "COBW3_DEL_CNV_X" USING COBW3.
CALL "COBW3_DEL_CNV_N" USING COBW3.
Data setting at calling
Specify a conversion name that is to be deleted.
When COBW3_DEL_CNV or COBW3_DEL_CNV_X is used, specify the conversion name in COBW3-CNV-NAME.
When COBW3_DEL_CNV_N is used, specify the name in COBW3-CNV-NAME-N.
When the conversion name has a valid blank at the end, specify the byte length of the name containing the blank (character string).
Value | Explanation |
---|---|
0 | Retrieves a conversion name up to the last character other than the blank. However, if the COBW3-CNV-NAME or COBW3-CNV-NAME-N character string consists of only blank characters, the character string length is assumed to be 0. |
1 to 30 | Retrieves a conversion name of the specified character string length. |
Processing result data
None