TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
590 AppendixA
Error Messages
Library Procedure Error Messages
MESSAGE WRONG NUMBER OF PARAMETERS OR BAD ADDRESS FOR PARAM
#n
MEANING An address referenced by one of the parameters is not within the user's
stack area in memory. The n is a positional number of the parameter in the
procedure's calling sequence. The first parameter is #1, the second #2, and
so on.
ACTION Modify your application so that the parm parameter is 16-bit (halfword)
aligned.