Skip to content

CIMAXPARAM

CIMAXPARAMRevised

CIMAXPARAM, Exceeded maximum number of parameters in the call-in table entry. An M routine cannot accept more than 36 parameters.

Call in/Run Time Error: This indicates that the call-in table specified by $GTMCI contains more than 36 parameters. Since an M formallist can only accept up-to 36 parameters, user cannot pass more than 36 arguments to gtm_ci(), excluding and .

Action: Reduce the number of parameters to be less than 36, in the call-in table as well in the M routine.