Previous Topic: 92AENext Topic: 92CE


92BE

Invalid call to REXX function

Reason

You executed the module from CMS or from an exec using the ADDRESS CMS command. The module is designed as a REXX function call and must be executed using the CALL statement or it must be followed by parentheses to indicate to REXX that it is a function call.

Action

Modify your exec to execute the function by using the REXX CALL command.