Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

$ECODE

1995 Version of ANSI (Equivalent to Current ISO Version) of Standard

7.1.4.10 Intrinsic special variable names svn

Syntax Definition
$EC[ODE]

contains information about an error condition. This information is loaded by the implementation after detecting an erroneous condition, or by the application via the Set command. When the value of $ECode is the empty string, normal routine execution rules are in effect. When $ECode contains anything else, the execution rules in 6.3.2 (Error processing) are active. When a process is initiated, but before any commands are processed, the value of $ECode is the empty string.

The syntax of a non-empty value returned by $ECode is as follows:

   , L ecode ,

    ecode::=


M
U
Z



[ noncomma ]
    noncomma::= any of the characters in graphic except the comma character

Note: ecodes beginning with:
   M   are reserved for the MDC
   U   are reserved for the user
   Z   are reserved for the implementation
All other values are reserved.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 13-Sep-2014, 08:21:47.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)