Synopsis
A comma was found in an unexpected position.
Cause
You wanted to continue (span) one REXX instruction across several lines, so you put a comma at the end of a line to continue it. But, you also put some other text (other than a comment) after the comma.
Cure
Except for a trailing comment, there should be no other text after a comma used to break a REXX instruction across more than one line.