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

3.5.7 COBW3_DEL_REPEAT, COBW3_DEL_REPEAT_X and COBW3_DEL_REPEAT_N

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

ASCII environment

COBW3_DEL_REPEAT

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

Unicode environment

COBW3_DEL_REPEAT_X

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

COBW3_DEL_REPEAT_N

Deletes repetitive conversion data registered for a national character string conversion name.

Note

If multiple pieces of repetitive conversion data are registered for the specified conversion name, all registered data is deleted.

How to write

CALL "COBW3_DEL_REPEAT" USING COBW3.
CALL "COBW3_DEL_REPEAT_X" USING COBW3.
CALL "COBW3_DEL_REPEAT_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_REPEAT and COBW3_DEL_REPEAT_X, set the conversion name to COBW3-CNV-NAME.

For COBW3_DEL_REPEAT_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