Synopsis
This is an error in the way the REXX script is written.
Cause
There is the opening comment mark /* without the closing comment mark */.
Cure
Count the opening and closing comment marks and make sure that there are the same number of each. (It's ok to embed comments inside of other comments).