MPE/iX Error Messages Manual Vol 3 (32650-90880)

274 Chapter6
TurboIMAGE/XL V iii C 5
Library Procedure Error Messages
CAUSE The designated parameter, parm, is 8-bit aligned.
ACTION Modify your application so that the parm parameter is 16-bit (halfword)
aligned.
MESSAGE THE USER CANNOT BE IN SPLIT-STACK MODE
CAUSE An application must be running on the user's stack when calling a
TurboIMAGE/XL intrinsic. It is not permitted to run in split-stack mode.
This message is only applicable if you are running in Compatibility Mode.
ACTION Modify your Compatibility Mode application so that it is not running in
split-stack mode.
MESSAGE UNABLE TO CLOSE DATA SET
CAUSE Unable to close a database file.
ACTION Modify your application so that the parm parameter is 16-bit (halfword)
aligned.
MESSAGE UNABLE TO OPEN A
data set
CAUSE Unable to open database file.
ACTION Modify your application so that the parm parameter is 16-bit (halfword)
aligned.
MESSAGE WRITE ERROR ON
data set
CAUSE An MPE/iX file write error found while writing into database file.
ACTION Modify your application so that the parm parameter is 16-bit (halfword)
aligned.
MESSAGE WRONG NUMBER OF PARAMETERS OR BAD ADDRESS FOR PARAM
#n
CAUSE 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.