Difference between revisions of "What version of MUMPS am I using ?"
From VistApedia
(Initial construction) |
DavidWhitten (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
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". | ||
− | + | ||
<pre> | <pre> | ||
− | ~$ gtm | + | ~$ gtm |
+ | |||
+ | GTM>W $ZVersion | ||
+ | GT.M V5.3-004A Linux x86 | ||
+ | GTM> | ||
+ | </pre> | ||
− | + | ==Caché== | |
− | + | <pre> | |
− | + | 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> | </pre> | ||
− | + | [[Category:FAQ]][[Category:HOWTO]] | |
− | |||
− | |||
− |
Latest revision as of 18:54, 1 September 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>
Caché
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>