Routing Error Messages [ RJE User/Programmer Reference Manual ] MPE/iX 5.0 Documentation
RJE User/Programmer Reference Manual
Routing Error Messages
Messages issued as the result of routing errors indicate that a routed
punched output data set was received when it was not expected (that is,
when a #RJLIST command was being executed) or a routed list output data
set was received when it was not expected (that is, when an #RJPUNCH
command was being executed). The command which was being executed when
the error occurred is terminated.
In an interactive session, after issuing the error message RJE displays a
# on your terminal to prompt you for the next RJE command. In a batch
job, if the next command is #RJIN, #RJLINE, #RJEOD, or #RJEND, the job is
terminated; if the next command is the same type of output command that
was just terminated, the routing error still exists and the next command
beyond that will be examined before deciding whether or not the job
should be terminated. RJE will continue processing if it finds a command
that will successfully process the misrouted output.
(For more information, refer to the #RJOUT, #RJLIST, and #RJPUNCH
commands in Chapter 3, "RJE User Commands."
---------------------------------------------------------------------------------------
MESSAGE **** Routing Error: 0
CAUSE Routed list output data set was received when it was not
expected. You used an #RJPUNCH command when you should have
used #RJOUT or #RJLIST command.
ACTION In an interactive session, issue an #RJOUT or #RJLIST command.
In a batch job, if the job was terminated, add the #RJOUT or
#RJLIST command and resubmit the job. (See the following
note.)
---------------------------------------------------------------------------------------
MESSAGE **** Routing Error: 1
CAUSE Routed punched output data set was received when it was not
expected. You used an #RJLIST command when you should have
used an #RJOUT or #RJPUNCH command.
ACTION In an interactive session; issue an #RJOUT or #RJPUNCH command.
In a batch job, if the job was terminated, add the #RJOUT or
#RJPUNCH command and resubmit the job. (See the following
note.)
---------------------------------------------------------------------------------------
NOTE Depending upon the remote computer system with which you are
communicating, the output data set may or may not be recoverable.
If, due to the structure of your job deck, the job was NOT
terminated, make sure that you received all expected output. If
you did NOT receive all expected output, be sure to include the
appropriate output commands in your next job to retrieve the
outstanding output.
MPE/iX 5.0 Documentation