Previous Topic: CALC282ENext Topic: CALC284E


CALC283E

CALL parameters must be previously defined variables

Reason:

The parameters passed to a user module on the CALL statement must be predefined; in this case, they are not.

Action:

Define the variables before coding the CALL statement.