MPE/iX Commands Reference Manual (32650-90877)
Chapter 11 435
Command List IX
Commands RECALL/=RECALL thru RUN
Use
This command may be issued from a session, job, program, or in BREAK. It may be
executed only from the console, or by a user with system supervisor (OP) capability.
Examples
Assume the system is online and running with logging enabled. If a recoverable error
occurs, the following error message is sent to the system console:
ST/10:43/LOG FILE NUMBER 104 ERROR #46.
LOGGING SUSPENDED.
After the error is corrected, enter RESUMELOG. A confirmation message then appears at the
system console, as follows:
ST/10:45/LOG FILE NUMBER 104. LOGGING RESUMED.
ST/10:45/LOG FILE NUMBER 104 ON.
Related Information
Commands ALTLOG, CHANGELOG, GETLOG, LISTLOG, LOG, OPENLOG, RELLOG,
SHOWLOGSTATUS, SWITCHLOG,
Manuals System Startup, Configuration, and Shutdown Reference Manual
RESUMESPOOL
Resumes suspended spooler output to a spooled device.
Syntax
RESUMESPOOL
ldev
;BACK[
nnn
FILES
nnn
PAGES ]
RESUMESPOOL
ldev
;FORWARD[
nnn
FILES
nnn
PAGES ]
RESUMESPOOL
ldev
;BEGINNING
Parameters
ldev The logical device number of a spooled device.
BACK Instructs the spooler to back up nnn files or nnn pages and resume
printing at that point. (Refer to "Operation Notes.")
FORWARD Instructs the spooler to step forward nnn files or nnn pages and resume
printing at that point. (Refer to "Operation Notes.")
BEGINNING Instructs the spooler to resume printing at the beginning of the file which
had been previously suspended.
nnn The number of files or pages you wish the spooler to backspace or space
forward when printing a RESUME. (Must be an integer between 1 and 256,
inclusive.)
FILES or PAGES Informs the spooler process which unit of measure to use when printing a
RESUME. For the purposes of this command, FILE is defined as the text
appearing between FOPEN intrinsic statements within the spoolfile. (Refer