MPE/iX Error Messages Manual Vol 3 (32650-90880)
100 Chapter3
Error Messages Viii C 3
MPE/iX Error Management
after specifying a subsystem number.
ACTION Either provide a message number or delete the subsystem
number from the INFO string.
509 MESSAGE A message number was specified without a
corresponding subsystem number.
CAUSE A message number was specified but the subsystem
number (first parameter) was left blank.
ACTION You must either specify both a subsystem number and
message number or neither.
510 MESSAGE The specified number is outside the
permissible range of 1...32766.
CAUSE The user has provided a number less than 0 or greater
than one less than maxshortint. (One less than
maxshortint is a message catalog limitation).
ACTION Restrict entries to the indicated range.
511 MESSAGE The specified number is outside the
permissible range of 1...2147483647.
CAUSE The user has provided a number less than 0 or greater
than maxint.
ACTION Restrict entries to the indicated range.
512 MESSAGE The specified number is outside the
permissible range of 1...9223372036854775807.
CAUSE The user has provided a number less than 0 or greater
than maxlongint.
ACTION Restrict entries to the indicated range.
513 MESSAGE The specified number is larger/smaller than
the largest/smallest integer which this
system can handle.
CAUSE The user has provided a number that this system can not
handle.
ACTION Check the number and use a correct one.
514 MESSAGE An unexpected problem was encountered while
trying to convert a string to a number.
CAUSE When trying to convert a string to a number, an internal
error was encountered.
ACTION Check the string.
515 MESSAGE Too few parameters were specified in the INFO
string.
CAUSE Syntax error. Parameters may be nil, but their