Difference between revisions of "STOP"

From VSI OpenVMS Wiki
Jump to: navigation, search
m
m (add Category:DCL Commands)
 
Line 1: Line 1:
 
'''STOP''' is a [[DCL]] [[Command|command]] that terminates execution of a command, an [[Image|image]], a [[Command procedure|command procedure]], a command procedure that was interrupted by a Ctrl/Y function, or a [[Detached process|detached process]] or [[Subprocess|subprocess]].
 
'''STOP''' is a [[DCL]] [[Command|command]] that terminates execution of a command, an [[Image|image]], a [[Command procedure|command procedure]], a command procedure that was interrupted by a Ctrl/Y function, or a [[Detached process|detached process]] or [[Subprocess|subprocess]].
  
=Syntax=
+
=Syntax=  
STOP [process name]
+
STOP [process-name]
  
 
=STOP and EXIT=
 
=STOP and EXIT=
 
STOP causes an abnormal termination of the image that is currently executing, and control is returned to command level 0. [[EXIT]] accepts different [[$STATUS|status codes]] and returns control to the previous command level.
 
STOP causes an abnormal termination of the image that is currently executing, and control is returned to command level 0. [[EXIT]] accepts different [[$STATUS|status codes]] and returns control to the previous command level.
 +
 +
[[Category:DCL Commands]]

Latest revision as of 03:54, 25 November 2021

STOP is a DCL command that terminates execution of a command, an image, a command procedure, a command procedure that was interrupted by a Ctrl/Y function, or a detached process or subprocess.

Syntax

STOP [process-name]

STOP and EXIT

STOP causes an abnormal termination of the image that is currently executing, and control is returned to command level 0. EXIT accepts different status codes and returns control to the previous command level.