A SERVICE OF

logo

The continue Command
The continue Command
Description
The
continue
command returns the system to operating system
level after console mode has been invoked.
DEC OSF/1
AXP Operating
System
The
continue
command is not applicable for systems running
the DEC OSF/1 AXP operating system. You can halt the system
and return to program mode using the
continue
command only
on systems running the OpenVMS AXP operating system.
Command
Syntax
Issue the
continue
command as follows:
>>> continue
Return
Your operating system should resume execution after you enter
this command, providing that the contents of memory used
by the operating system have not been altered or corrupted.
Commands that can corrupt or alter system memory include the
test
,
init
, and
deposit
commands.
The halt Command
Description
The
halt
command halts the system. There are no parameters
associated with this command.
Command
Syntax
Issue the
halt
command as follows:
>>> halt
Return
The system halts and the following message displays:
?2E HLTD
>>>
Using Console Commands 9–13