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

Error Code M42

M[UMPS] by Example

M42, Invalid QUIT within a TRANSACTION

Introduced in the 1995 ANSI M[UMPS] language standard.

Transactions are delimited by a TStart and TCommit commands. A TCommit command must occur at the same or a deeper Do level than the corresponding TStart command.

When a TStart command has been executed, and a Quit command is executed that returns from the Do level at which the TStart command was encountered, this error will occur.

Do INIT,PROCESS,EXIT
Quit
;
INIT ... TStart ... Quit
PROCESS ... Quit
EXIT ... TCommit ... Quit

The above processing model is not compatible with transaction processing. The complete definition of a transaction must be in one Do-able module.

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.

The information in this page is NOT authoritative and subject to be modified at any moment.
Please consult the appropriate (draft) language standard for an authoritative definition.

Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.

This page most recently updated on 29-Nov-2011, 22:30:57.

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