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

3.11.4 COBW3_CNV_DEL

This subroutine deletes the conversion data that was registered by COBW3_CNV_SET.

Format

CALL "COBW3_CNV_DEL" USING COBW3.

Data setting at calling

COBW3-CNV-NAME

Specify a conversion name that is to be deleted.

COBW3-CNV-NAME-LENGTH [Optional]

When the conversion name has a valid blank at the end, specify the byte length of the blank-containing conversion name (character string).

Value

Explanation

0

Registers a conversion name up to the last character other than the blank. If the COBW3-CNV-NAME character string consists of only blank characters, the character string length is assumed to be 0.

1 to 30

Registers a conversion name of the specified character string length.

Processing result data

None