COBOL Manual for TNS and TNS/R Programs
Procedure Division Verbs
HP COBOL Manual for TNS and TNS/R Programs—522555-006
9-272
UNSTRING
source
is the identifier of an alphanumeric data item containing a sequence of characters
that the unstring operation is to separate into one or more sequences of characters
and store them in one or more result items. source can be qualified or
subscripted, but cannot include reference modification.
UNSTRING source
DELIMITED
BY
delim-1
ALL
ALL
OR delim-2
INTO result-list
WITH
POINTER pointer
TALLYING
IN
tally
OVERFLOW imperative-stmt-1
ON
OVERFLOWNOT imperative-stmt-2
ON
END-UNSTRING
VST232.vsd