Difference between revisions of "$SEVERITY"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "'''$SEVERITY''' is a global string symbol that represents the lowest three bits of $STATUS and therefir determines the severity of the exit condition of the lat...")
 
m (Spelling corrected.)
 
Line 1: Line 1:
'''$SEVERITY''' is a global string [[Symbol|symbol]] that represents the lowest three bits of [[$STATUS]] and therefir determines the severity of the exit condition of the latest command. It can have the following values:
+
'''$SEVERITY''' is a global string [[Symbol|symbol]] that represents the lowest three bits of [[$STATUS]] and therefor determines the severity of the exit condition of the latest command. It can have the following values:
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 10:21, 18 February 2022

$SEVERITY is a global string symbol that represents the lowest three bits of $STATUS and therefor determines the severity of the exit condition of the latest command. It can have the following values:

$SEVERITY value Description
0 Warning
1 Successful Execution
2 Error
3 Informational
4 Severe error