Function
Restarts an object program (the current core image) or first restores a saved file and then restarts it.
Format
Format 1 is used if there is a current core image and format 2 if a file has first to be restored.
The number indicates the entry point relative to word 0 (not, as in the ENTER command relative to word 20).
The number may be omitted (see Execution, below).
a1,a2,...an are optional parameters to be passed to the object program when it asks for them. These must conform to the rules that govern the formats of all parameters.
Forbidden contexts
NO CORE IMAGE, PROGRAM, BREAK-IN (Format 1)
NO USER, PROGRAM, BREAK-IN (Format 2)
Execution
When the size of the program is in excess of the object program quota
(an installation parameter), then the following message will be
output:
EXECUTION OF YOUR PROGRAM MAY BE DELAYED AS
ITS CORE SIZE EXCEEDS THE PROGRAM QUOTA
Error Messages
THIS COMMAND IS NOT ALLOWED IN NO CORE IMAGE CONTEXT (format 1)