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

174 Chapter4
Error Messages Viii C 3
Sysmain
DB8 MESSAGE WARNING: "XDBEND" WAS NOT LINKED WITH THIS
PROGRAM
CAUSE The special procedure "_end_" was not found in the symbol
table during initialization. If xdbend is missing, string
constants and some other values cannot be stored in the
child process address space when required, resulting in an
error at that time.
ACTION Re-link the program with xdbend.lib.sys.
DB10 MESSAGE WARNING: TOO FEW PARAMETERS
CAUSE An attempt was made to call a debuggable procedure from
the command line with a different number of parameters
than specified in the symbol table. The procedure can still
be called, but it may lead to odd results which depend on
the language and the called procedure.
ACTION Use the V (View) command to view the procedure to
determine the correct number of parameters.
DB11 MESSAGE WARNING: TOO MANY PARAMETERS
CAUSE An attempt was made to call a debuggable procedure from
the command line with a different number of parameters
than specified in the symbol table. The procedure can still
be called, but it may lead to odd results which depend on
the language and the called procedure.
ACTION Use the V (View) command to view the procedure to
determine the correct number of parameters.
Sysmain
(sys)
SET 42
1 MESSAGE CAN'T ABORT I/O ON A VIRTUAL LOGICAL DEVICE.
(sys 1)
2 MESSAGE CAN'T ABORT I/O ON A DISC LOGICAL DEVICE.
(sys 2)
3 MESSAGE NOT A VALID LOGICAL DEVICE. (sys 3)
4 MESSAGE CAN'T ABORT I/O ON A SPOOLER LOGICAL DEVICE.
(sys 4)
5 MESSAGE LOGICAL DEVICE IS NOT CONFIGURED. (sys 5)
6 MESSAGE CAN'T ABORT THIS JOB/SESSION. (sys 6)