Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

3.5.4 COBW3_DEL_CNV, COBW3_DEL_CNV_X and COBW3_DEL_CNV_N

These subroutines delete conversion data registered by, for example, COBW3_SET_CNV. The following lists the meaning of each subroutine:

ASCII environment

COBW3_DEL_CNV

Deletes conversion data registered for an alphanumeric character string conversion name.

Unicode environment

COBW3_DEL_CNV_X

Deletes conversion data registered for an alphanumeric character string conversion name.

COBW3_DEL_CNV_N

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

COBW3-CNV-NAME and COBW3-CNV-NAME-N

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.

COBW3-CNV-NAME-LENGTH [optional]

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