Difference between revisions of "MUMPS/Command A"

From VistApedia
Jump to: navigation, search
(command A or a)
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>  [[MUMPS/MUMPS Language Elements|{{ArrowUp}}MUMPS Language Elements{{ArrowUp}}]] | {{Mcmd|C|{{ArrowRight}}}}</noinclude>
+
<noinclude>  [[MUMPS/MUMPS Language Elements|{{ArrowUp}}MUMPS Language Elements{{ArrowUp}}]] | {{Mcmd|B|{{ArrowRight}}}}[[Category:MUMPS Command]]</noinclude>
 
=== command A or a ===
 
=== command A or a ===
  Currently, the letter '''A''' is the abbreviation for the command '''{{Mcmd|ASSIGN}}'''. {{MUMPS/NotImpl}}
+
  {{:MUMPS/IsPrefixCmd|A}}
  Currently, the letter '''A''' is the prefix for several commands:
+
{{:MUMPS/Command ASSIGN}}
Currently, '''AB''' is the abbreviation for the command  '''{{Mcmd|ABLOCK}}'''. {{MUMPS/NotImpl}}
+
  {{:MUMPS/Command ABLOCK}}
  Currently, '''ASTA''' is the abbreviation for the command  '''{{Mcmd|ASTART}}'''. {{MUMPS/NotImpl}}
+
  {{:MUMPS/Command ASTART}}
  Currently, '''ASTO''' is the abbreviation for the command  '''{{Mcmd|ASTOP}}'''. {{MUMPS/NotImpl}}
+
  {{:MUMPS/Command ASTOP}}
  Currently, '''AUNB''' is the abbreviation for the command  '''{{Mcmd|AUNBLOCK}}'''. {{MUMPS/NotImpl}}
+
  {{:MUMPS/Command AUNBLOCK}}
 
   
 
   
  The letter '''A''' used to be the abbreviation for the command '''{{Mcmd|ASK}}'''.
+
  {{:MUMPS/FormerCmd|A|ASK}}

Revision as of 11:15, 21 June 2020

  ↑ MUMPS Language Elements ↑  | 
  1. REDIRECTTemplate:M/Mcmd

command A or a

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

command ASSIGN or assign

MUMPS/LetterisCmdThis 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 ASTART or astart
This is part of the MWAPI Standard and may not be 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.