HP 3000 Manuals

Use of [CTRL]-Y for Interactive Mode [ RJE User/Programmer Reference Manual ] MPE/iX 5.0 Documentation


RJE User/Programmer Reference Manual

Use of [CTRL]-Y for Interactive Mode 

If a [CTRL]-Y is entered during interactive programmatic control mode
operations, when error recovery is not occurring, data is not being
received from the host, and commands from a user command file are not
being executed, control will immediately return to the interactive
terminal.  You may then enter any RJE subsystem command, which will then
be executed normally.  Any further programmatic control operation must
begin with an #RJOUT command with INTERRUPT=YES.

#RJOUT in Interrupt Mode 

If, in interactive mode, an #RJOUT command with INTERRUPT=YES is
receiving data when a user enters a [CTRL]-Y, the subsystem will stop
command execution after the data set in process has been received.  You
may then enter any RJE subsystem command from the interactive terminal.
The command will be executed normally.  Any further programmatic control
operation must begin with another #RJOUT command with INTERRUPT=YES.

Programmatic Command File Execution 

If commands from a command file listed in a message file are being
executed when a user enters a [CTRL]-Y, the execution of the commands in
the current command file will not be affected; but after all commands are
executed, control returns to the interactive terminal.  If an #RJOUT with
INTERRUPT=YES is being executed within a command file and you enter a
[CTRL]-Y, the data set being transmitted will be received, unexecuted
commands in the interrupting command file will be lost, the original
command file will finish executing, and control will return to the
interactive terminal.  You may then enter any RJE subsystem command; the
command will execute normally.  Any further programmatic control
operation must begin with an #RJOUT command with INTERRUPT=YES.

#RJCONTINUE Error Recovery 

If a [CTRL]-Y is entered while #RJCONTINUE error recovery is in progress
and before a transmitted data set is received or all the commands in a
command file are executed, data set transmission will conclude,
processing will stop and control will return to the interactive terminal.
At that time you may enter any RJE subsystem command.


NOTE #RJCONTINUE functions as specified only if there is a command to retry.


MPE/iX 5.0 Documentation