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

3.5.7 COBW3_DEL_REPEAT, COBW3_DEL_REPEAT_X and COBW3_DEL_REPEAT_N

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

ASCII environment

COBW3_DEL_REPEAT

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

Unicode environment

COBW3_DEL_REPEAT_X

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

COBW3_DEL_REPEAT_N

Deletes the repetition conversion data that was registered so that it corresponded to the conversion name, which was a national character string.

Note

When two or more repetition conversion data are registered for a specified conversion name, this subroutine deletes all of the registered data.

Format

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

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