MUMPS/MUMPS Language Elements

From VistApedia
Revision as of 22:03, 5 June 2019 by DavidWhitten (talk | contribs)
Jump to: navigation, search

Contents

Introduction

MUMPS has abbreviations for each command. We will have sections in this page for each character of the alphabet. This information is from Ed de Moel's MUMPS by Example web page. Unless otherwise stated, all commands on this page are part of the Standard MUMPS Language and are implemented by all Standard MUMPS vendors. Any commands that are not implemented by all Standard MUMPS vendors are not used by VistA application code.

Commands

Unless otherwise stated, each command may be followed by the colon (:), then a postcondition which is an expression that when evaluated is interpreted as either True (1) or False (0). When the postcondition is interpreted as True, the command is executed with its arguments. When the postcondition is interpreted as False then the command is NOT executed with its arguments and is skipped. The postcondition functions as a "guard" that either allows the command to be executed or not.
Unless otherwise stated, most commands are followed by a space and more information needed to complete the command action. This extra information is a command argument. Most commands that have NO argument will take a default action. The commands that have no extra information are called argumentless commands.
  ↑ M Language Elements ↑  |  → Command B → 

command A or a

 Currently, the letter sequence A is the prefix for several commands: 

ASSIGN or assign or a or A

Currently, the letter sequence A is the abbreviation for the Command ASSIGN. This Command is part of the next M Standard.
This command is not implemented by all vendors.

ABLOCK or ablock or ab or AB

 Currently, the letter sequence AB is the abbreviation for the Command ABLOCK. This Command is part of the next M Standard.
This command is not implemented by all vendors. 

ASTART or astart or asta or ASTA

 Currently, the letter sequence ASTA is the abbreviation for the Command ASTART. This Command is part of the next M Standard.
This command is not implemented by all vendors.

ASTOP or astop or asto or ASTO

 Currently, the letter sequence ASTO is the abbreviation for the Command ASTOP. This Command is part of the next M Standard.
This command is not implemented by all vendors.

AUNBLOCK or aunblock or aunb or AUNB

 Currently, the letter sequence AUNB is the abbreviation for the Command AUNBLOCK. This Command is part of the next M Standard.
This command is not implemented by all vendors.
=== Former Non-Standard Command ===
The letter A used to be the abbreviation for the Command ASK.  No Standard M implementation is required to implement this command. Non-Standard M systems may include the Command ASK.
 ← Command A ←  |  ↑ M Language Elements ↑  |  → Command C → 

command B or b

 Currently, the letter B is the abbreviation for the Command BREAK. 

command C or c

 Currently, the letter C is the abbreviation for the Command CLOSE. 

command D or d

 Currently, the letter D is the abbreviation for the Command DO. 

command E or e

 Currently, the letter sequence E is the prefix for several commands: 

ELSE or else or e or E

Currently, the letter sequence E is the abbreviation for the Command ELSE.

ESTART or estart or esta or ESTA

 Currently, the letter sequence ESTA is the abbreviation for the Command ESTART. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

ESTOP or estop or esto or ESTO

 Currently, the letter sequence ESTO is the abbreviation for the Command ESTOP. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

ETRIGGER or etrigger or etri or ETRI

 Currently, the letter sequence ETRI is the abbreviation for the Command ETRIGGER. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

command F or f

FOR or for or f or F

Currently, the letter sequence F is the abbreviation for the Command FOR.

command G or g

Currently, the letter  G is the Abbreviation for the command 
  1. REDIRECTTemplate:M/Mcmd.

command H or h

Currently, the letter  H is the Abbreviation for the command Command HANG.
Currently, the letter  H is the Abbreviation for the command Command HALT.

command I or i

Currently, the letter  I is the Abbreviation for the command Command IF.

command J or j

Currently, the letter  J is the Abbreviation for the command Command JOB.

command K or k

Currently, the letter  K is the Abbreviation for the command Command KILL.
Currently, the letter K is the prefix for several commands:
Currently, Command KS is the abbreviation for the command  Command KSUBSCRIPTS.
  1. REDIRECTTemplate:M/NotImpl
Currently, Command KV is the abbreviation for the command  Command KVALUE. 
  1. REDIRECTTemplate:M/NotImpl

command L or l

Currently, the letter  L is the Abbreviation for the command Command LOCK.

command M or m

Currently, the letter  M is the Abbreviation for the command Command MERGE.

command N or n

Currently, the letter  N is the Abbreviation for the command Command NEW.

command O or o

Currently, the letter  O is the Abbreviation for the command Command OPEN.

command P or p

Currently, the letter  P is NOT an abbreviation for any command.
used to be Abbreviation for the command Command PRINT

command Q or q

Currently, the letter Q is the Abbreviation for the command Command QUIT.

command R or r

Currently, the letter R is the Abbreviation for the command Command READ.
Currently, the letter R is the prefix for several commands:
: RL is the abbreviation for the command  Command RLOAD. This command is not implemented by all vendors.
: RS is the abbreviation for the command  Command RSAVE. This command is not implemented by all vendors.

command S or s

Currently, the letter  S is the Abbreviation for the command Command SET.

command T or t

Currently, the letter  T is NOT an Abbreviation for any command.
Currently, the letter  T is the prefix for several commands:
Currently, Command TC is the abbreviation for the command  Command TCOMMIT. This command is not implemented by all vendors.
Currently, Command TH is the abbreviation for the command  Command THEN. This command is not implemented by all vendors.
Currently, Command TRE is the abbreviation for the command  Command TRESTART. This command is not implemented by all vendors.
Currently, Command TRO is the abbreviation for the command  Command TROLLBACK. This command is not implemented by all vendors.

command U or u

Currently, the letter  U is the abbreviation for the command USE.

command V or v

Currently, the letter sequence V is the abbreviation for the Command VIEW.

command W and w

Currently, the letter  W is the Abbreviation for the command WRITE.

command X or x

Currently, the letter  X is the Abbreviation for the command XECUTE.

command Y and y

Currently, the letter  Y is NOT an abbreviation for any command.

command Z and z

Currently, the letter  Z is NOT an Abbreviation for any command.
Currently, letter Z is the PREFIX for several commands.
As per the MUMPS Standard all commands with Z are defined by an implementation by a vendor.

Functions

MUMPS/Function A

 ← Command A ←  |  ↑ M Language Elements ↑  |  → Command C → 

command B or b

 Currently, the letter B is the abbreviation for the Command BREAK. 

command C or c

 Currently, the letter C is the abbreviation for the Command CLOSE. 

command D or d

 Currently, the letter D is the abbreviation for the Command DO. 

command E or e

 Currently, the letter sequence E is the prefix for several commands: 

ELSE or else or e or E

Currently, the letter sequence E is the abbreviation for the Command ELSE.

ESTART or estart or esta or ESTA

 Currently, the letter sequence ESTA is the abbreviation for the Command ESTART. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

ESTOP or estop or esto or ESTO

 Currently, the letter sequence ESTO is the abbreviation for the Command ESTOP. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

ETRIGGER or etrigger or etri or ETRI

 Currently, the letter sequence ETRI is the abbreviation for the Command ETRIGGER. This Command is part of the next M Standard.
This is part of the MUMPS Windowing Application Programmer Interface, and may not be implemented by all vendors. This command is not implemented by all vendors.

command F or f

FOR or for or f or F

Currently, the letter sequence F is the abbreviation for the Command FOR.

command G or g

Currently, the letter  G is the Abbreviation for the command 
  1. REDIRECTTemplate:M/Mcmd.

command H or h

Currently, the letter  H is the Abbreviation for the command Command HANG.
Currently, the letter  H is the Abbreviation for the command Command HALT.

command I or i

Currently, the letter  I is the Abbreviation for the command Command IF.

command J or j

Currently, the letter  J is the Abbreviation for the command Command JOB.

command K or k

Currently, the letter  K is the Abbreviation for the command Command KILL.
Currently, the letter K is the prefix for several commands:
Currently, Command KS is the abbreviation for the command  Command KSUBSCRIPTS.
  1. REDIRECTTemplate:M/NotImpl
Currently, Command KV is the abbreviation for the command  Command KVALUE. 
  1. REDIRECTTemplate:M/NotImpl

command L or l

Currently, the letter  L is the Abbreviation for the command Command LOCK.

command M or m

Currently, the letter  M is the Abbreviation for the command Command MERGE.

command N or n

Currently, the letter  N is the Abbreviation for the command Command NEW.

command O or o

Currently, the letter  O is the Abbreviation for the command Command OPEN.

command P or p

Currently, the letter  P is NOT an abbreviation for any command.
used to be Abbreviation for the command Command PRINT

command Q or q

Currently, the letter Q is the Abbreviation for the command Command QUIT.

command R or r

Currently, the letter R is the Abbreviation for the command Command READ.
Currently, the letter R is the prefix for several commands:
: RL is the abbreviation for the command  Command RLOAD. This command is not implemented by all vendors.
: RS is the abbreviation for the command  Command RSAVE. This command is not implemented by all vendors.

command S or s

Currently, the letter  S is the Abbreviation for the command Command SET.

command T or t

Currently, the letter  T is NOT an Abbreviation for any command.
Currently, the letter  T is the prefix for several commands:
Currently, Command TC is the abbreviation for the command  Command TCOMMIT. This command is not implemented by all vendors.
Currently, Command TH is the abbreviation for the command  Command THEN. This command is not implemented by all vendors.
Currently, Command TRE is the abbreviation for the command  Command TRESTART. This command is not implemented by all vendors.
Currently, Command TRO is the abbreviation for the command  Command TROLLBACK. This command is not implemented by all vendors.

command U or u

Currently, the letter  U is the abbreviation for the command USE.

command V or v

Currently, the letter sequence V is the abbreviation for the Command VIEW.

command W and w

Currently, the letter  W is the Abbreviation for the command WRITE.

command X or x

Currently, the letter  X is the Abbreviation for the command XECUTE.

command Y and y

Currently, the letter  Y is NOT an abbreviation for any command.

command Z and z

Currently, the letter  Z is NOT an Abbreviation for any command.
Currently, letter Z is the PREFIX for several commands.
As per the MUMPS Standard all commands with Z are defined by an implementation by a vendor.