☜ | Embedded SQL MUMPS ProgramDraft MDC Standard | ☞ |
Specify an <embedded SQL MUMPS program>
<embedded SQL declare section> ::= !! See the Syntax Rules.
<embedded SQL MUMPS program> ::= !! See the Syntax Rules.
<embedded SQL statement> ::= !! See the Syntax Rules.
<MUMPS host identifier> ::= !! See the Syntax Rules.
<MUMPS variable definition> ::=
{ <MUMPS numeric variable> | <MUMPS character
variable> } <semicolon>
<MUMPS character variable> ::=
VARCHAR <MUMPS host identifier> <MUMPS length
specification>
[ { , <MUMPS host identifier> <MUMPS length
specification> }... ]
<MUMPS length specification> ::=
<open paren> <length> <close paren>
<MUMPS numeric variable> ::=
{ INT
| DEC [ { <precision> [ , <scale> ] ) ]
| REAL }
<MUMPS host identifier> [ { , <MUMPS host identifier> }... ]
<precision> ::= !! See the Syntax Rules.
<scale> ::= !! See the Syntax Rules.
[ ... ]"
Note that the Annex D mentioned in the last paragraph above refers to the SQL standard, not to the M[UMPS] standard.
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.
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 28-Nov-2011, 21:03:46.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)