MATPARSE Statement
Reality will accept an alternative syntax for the MATPARSE statement, where a comma introduces the USING clause instead of the USING keyword. This is used on many other MultiValue systems.
Reality Syntax
MATPARSE array{,start{,end}} FROM string { USING delim-char} { SETTING elements-var}
MultiValue Syntax
MATPARSE array{,start{,end}} FROM string{,delim-char}{ SETTING elements-var}
See the description of the MATPARSE statement for details of the syntax elements.