MUMPS/Command A: Difference between revisions

From VistApedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
=== command A or a ===
=== command A or a ===
  {{MUMPS/IsPrefixCmd|A}}
  {{MUMPS/IsPrefixCmd|A}}
  {{MUMPS/LetterisCmd|A|ASSIGN}}
  {{MUMPS/Command ASSIGN}}
  {{MUMPS/CurrentCmd|AB|ABLOCK}}
  {{MUMPS/Command ABLOCK}}
  {{MUMPS/CurrentCmd|ASTA|ASTART}}
  {{MUMPS/Command ASTART}}
  {{MUMPS/CurrentCmd|ASTO|ASTOP}}
  {{MUMPS/Command ASTOP}}
  {{MUMPS/CurrentCmd|AUNB|AUNBLOCK}}
  {{MUMPS/Command_AUNBLOCK}}
   
   
  {{MUMPS/FormerCmd|A|ASK}}
  {{MUMPS/FormerCmd|A|ASK}}


[[Category:MUMPS sub-site]]
[[Category:MUMPS Category]]

Revision as of 17:49, 6 June 2019

  ↑ MUMPS 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.

command ABLOCK or ablock
Currently, the letter sequence AS is the abbreviation for the Command ASTART.

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.
Template:MUMPS/Command AUNBLOCK

 === 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.