Error Messages [ Micro Focus COBOL System Reference, Volume 1 ] MPE/iX 5.0 Documentation
Micro Focus COBOL System Reference, Volume 1
Error Messages
A run-time system error message is returned on a program that is
syntactically correct but which encounters problems during the actual
running of the intermediate code. You could receive such an error if you
attempt to access a file in the wrong mode or if you use a corrupt file.
Refer to your Error Messages for complete descriptions of possible
run-time errors.
When animating a program, run-time errors are displayed on the bottom
line of the screen in the format described in your Error Messages.
Communication Errors
idx| Animator;communication errors|In addition to errors which can
normally occur during animation, the communications link between Animator
and the user program may give an error during cooperative animation (for
example, if the network goes down). These take the form:(DOS and OS/2)
Communications error nnnnh
where:
nnnn is a four digit hexadecimal number.
The more common errors are:
0001h The communications link has not received a
0007h response to a message. This usually means
0008h the other machine (or OS/2 session) has
crashed.
0005h Either you are trying to start cooperative
animation with a network name that is
already in use (see the section Starting
Cooperative Animation in this chapter), or
you are trying to start a second
cross-session animation on a machine.
MPE/iX 5.0 Documentation