MPE/iX Commands Reference Manual (32650-90877)
406 Chapter11
Command List IX
Commands RECALL/=RECALL thru RUN
Use
This command is available in a session or in BREAK. It is not available in a job or from a
program. Pressing
Break aborts the execution of this command.
Examples
The following are examples of editing options for the REDO command:
REDO PAS Edits the most recent command beginning with the string PAS.
REDO 10 Edits command number 10 (absolute) on the command history stack.
REDO -2 Edits the second-to-last command on the stack (one command before the
most recent).
Related Information
Commands DO, LISTREDO
Manuals Using the HP 3000 Series 900: Advanced Skills
REFUSE
Disables jobs/sessions and/or data on a designated device.
Syntax
REFUSE[JOBS,] [DATA,]
ldev
Parameters
JOBS Disables the JOB (or HELLO) command from the designated device.
DATA Disables the DATA command from the designated device.
ldev The logical device number of the device for which JOB (or HELLO) and DATA
commands are refused.
Operation Notes
The REFUSE command prevents a device from automatically recognizing and accepting one
or more of the three commands (JOB, HELLO, and DATA) users execute to introduce jobs or
sessions. The JOBS parameter in the REFUSE command refers to both jobs and sessions. If
neither the JOBS nor DATA parameter is supplied, both JOB (or HELLO) and DATA commands
are refused. To undo the effect of the REFUSE command, use ACCEPT.
>dw^.dw Deletes the last word in the current line, recalculates the EOL, then upshifts all
characters up to, but not including, the dot (.), then deletes the word to the left of
the characters that were upshifted.
Table 11-3. REDO Editing Samples
Edit Action