Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Parameters

HELP ON — MicroVMS 4.5B

Performs a specified action when an error equal to or greater than the
specified error severity level or a CTRL/Y interrupt occurs. Use only
in command procedures.

Format
 ON event THEN [$] command

Additional information available:

Parameters

Parameters

event
 One of the following events:

 +--------------+-------------------------------------------+
 | WARNING      | Return status of warning ($SEVERITY       |
 |              | equals 0) occurs.                         |
 +--------------+-------------------------------------------+
 | ERROR        | Return status of error ($SEVERITY equals  |
 |              | 2) occurs.                                |
 +--------------+-------------------------------------------+
 | SEVERE_ERROR | Return status of error ($SEVERITY equals  |
 |              | 4) occurs.                                |
 +--------------+-------------------------------------------+
 | CONTROL_Y    | CTRL/Y character occurs on SYS$INPUT.     |
 +--------------+-------------------------------------------+

command
 Any valid DCL command line.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026