SPLIT
Reference
Syntax
SPLIT dobj AT sep INTO
{ {result1 result2 ...} | {TABLE result_tab} }
[IN {BYTE|CHARACTER} MODE].
Effect
Splits up a byte or character string dobj.
Additions
-
AT sep
Specifies the separation sequence sep in which the split will take place.
-
INTO { {result1 result2 ...} | {TABLE result_tab}
}
Specifies the target fields either as a list result1
result2 ... or as lines of the internal table result_tab.
-
IN {BYTE|CHARACTER} MODE
Defines byte or character string processing.