Capitalize all vector names in subindexes
The names of vector used in subindexes were not capitalized if the last index was a text literal.
Example code:
DATA:
v is number vector
PROCEDURE:
display v:v:"hi" crlf
The names of vector used in subindexes were not capitalized if the last index was a text literal.
Example code:
DATA:
v is number vector
PROCEDURE:
display v:v:"hi" crlf