These subroutines delete the repetition conversion data that was registered by COBW3_SET_REPEAT, etc. These subroutines have the following functions:
ASCII environment
Deletes the repetition conversion data that was registered so that it corresponded to the conversion name, which was an alphanumeric character string.
Unicode environment
Deletes the repetition conversion data that was registered so that it corresponded to the conversion name, which was an alphanumeric character string.
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
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.
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