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

3.5.4 COBW3_DEL_CNV, COBW3_DEL_CNV_X and COBW3_DEL_CNV_N

These subroutines delete the conversion data that was registered by COBW3_SET_CNV, etc. These subroutines have the following functions:

ASCII environment

COBW3_DEL_CNV

Deletes the conversion data that was registered so that it corresponded to the conversion name which was an alphanumeric character string.

Unicode environment

COBW3_DEL_CNV_X

Deletes the conversion data that was registered so that it corresponded to the conversion name, which was an alphanumeric character string.

COBW3_DEL_CNV_N

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

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

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.

COBW3-CNV-NAME-LENGTH [Optional]

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