Difference between revisions of "What version of MUMPS am I using ?"

From VistApedia
Jump to: navigation, search
m
Line 1: Line 1:
 +
*The version is in the Intrinsic Special Variable $ZVersion:
 
==GT.M==
 
==GT.M==
  
 
*Start up GT.M. If you have your environment set up to do so, simply type "gtm".
 
*Start up GT.M. If you have your environment set up to do so, simply type "gtm".
*The version is in the Intrinsic Special Variable $ZVersion:
+
 
 
<pre>
 
<pre>
~$ gtm
+
~$ gtm
 
+
GTM>W $ZVersion
+
GTM>W $ZVersion
GT.M V5.3-004A Linux x86
+
GT.M V5.3-004A Linux x86
GTM>
+
GTM>
 
</pre>
 
</pre>
  
 
==Cache==
 
==Cache==
 
+
<pre>
*[Someone who uses Cache, please contribute!]
+
EHR>W $ZVERSION
 
+
Cache for UNIX (Linux Intel/32-bit) 5.2.4 (Build 809U) Mon Feb 11 2008 10:34:22 EST
 
+
 +
or...
 +
Cache for Windows (Intel) 5.2 (Build 329) Thu Jun 15 2006 16:40:08 EDT
 +
EHR>
 +
</pre>
 
[[Category:FAQ]][[Category:HOWTO]]
 
[[Category:FAQ]][[Category:HOWTO]]

Revision as of 15:22, 25 August 2009

  • The version is in the Intrinsic Special Variable $ZVersion:

GT.M

  • Start up GT.M. If you have your environment set up to do so, simply type "gtm".
 ~$ gtm
 
 GTM>W $ZVersion
 GT.M V5.3-004A Linux x86
 GTM>

Cache

 EHR>W $ZVERSION
 Cache for UNIX (Linux Intel/32-bit) 5.2.4 (Build 809U) Mon Feb 11 2008 10:34:22 EST
 
 or...
 Cache for Windows (Intel) 5.2 (Build 329) Thu Jun 15 2006 16:40:08 EDT
 EHR>