☜ | Error Code M19M[UMPS] by Example | ☞ |
Introduced in the 1995 ANSI M[UMPS] language standard.
When a MERGE command is executed, and there is an overlap between the source and the destination of the information to be copied, this error will occur.
Merge ^ABC(1,2,3)=^ABC(1,2,3,4,5,6)
Merge ^ABC(1,2,3,4,5)=^ABC(1,2,3,4)
Merge ^ABC(1,2,3)=^ABC(1,2,3)
Merge ^|HERE|ABC(1,2,3)=^|THERE|ABC(1,2,3)
(in the last example, the error will occur if the value of
HERE happens to be equal to the value of
THERE).
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)