Many Healthcare and Banking systems are programmed in the MUMPS language. MUMPS is a terse syntax, high availabilty, high performance, hierarchical, NoSQL database scripting language. MUMPS, Cache, GT.M, DSM, DataTree, CCSM, MIIS, and FOCAL are in the same family. A webforum is at ...
1
vote
2answers
63 views
JavaM API for GT.M - SELECT support
I'm wondering if there's any possible way how to use or implement SELECT query into JavaM API for GT.M database system. I'm using version 0.1, since I haven't found any other version ( ...
1
vote
0answers
29 views
Standards how to add comment to code in MUMPS [closed]
I am a member of MUMPS programmers.
We are supporting clients with MUMPS programs.
Right now ( shame to say ) we have no standards for MUMPS programming.
Every time someone is trying to add new code ...
1
vote
2answers
91 views
Grouping an array
PLEASE...Help me group the values in this array
I have a an array like this
Arr(0) = 5
Arr(1) = ATC^1
Arr(2) = BTC^2
Arr(3) = ATC^3
Arr(4) = CTC^4
Arr(5) = BTC^5
The end ...
1
vote
1answer
93 views
How to solve “ %GDE-I-WRITEERROR, Cannot exit because of write failure. Reason for failure: 13,GDEPUT+48^GDEPUT,%SYSTEM-E-ENO13, Permission denied”
I installed according to instruction latest GT.M release version 6.0-000_linux_i686_pro.tar.gz from http://sourceforge.net/projects/sanchez-gtm.
Before instalation I set $gtm_log then went through ...
1
vote
4answers
136 views
Where can I find implementation details of the Mumps globals?
I am looking for a detailed definition/discussion of Mumps globals implementation. There is a document titled "MUMPS Globals and Their Implementation", but I have not been able to find any way to ...
2
votes
1answer
317 views
How to use MUMPS with .NET?
I want to know how can i communicate with MUMPS using C# .NET?
There is a requirement where i have to develop the UI in .NET using any of the .NET technology like ASP.NET, WPF or Silverlight etc. But ...
1
vote
3answers
251 views
how to solve %GTM-E-GDINVALID, Unrecognized Global Directory file format: mumps.gld, expected label: GTCGBDUNX007, found: GTCGBDUNX006?
I am getting this error with gt.m
%GTM-E-GDINVALID, Unrecognized Global Directory file format: /home/blah/gt.m/example/mumps.gld, expected label: GTCGBDUNX007, found: GTCGBDUNX006
Here is what I ...
1
vote
1answer
241 views
Datatree MUMPS — resolve undefined variables to null/empty string?
I'm trying to port some scripts from a modern version of Intersystems Cache back to 1980s Datatree MUMPS. It was written in the context where $ZUTIL(18,2) was set. That is, undefined variables ...
1
vote
1answer
110 views
Regarding Extract Function
i have query related to extract function, will Extract Function accept ASCII Value?
0
votes
1answer
70 views
1
vote
1answer
163 views
2
votes
2answers
122 views
Query Regarding Mumps Statement
what is the meaning of F :":::A:""T"""::$X::::"*":J%% this statement?
0
votes
3answers
186 views
Query in MUMPS statement
I $P(GIH,,24)= S $P(GIH,,24)="C" S
What is the meaning of two S's in above MUMPS statement?
2
votes
2answers
274 views
1
vote
3answers
163 views
Want help in Understanding MUMPS syntaxes
Could you please let me know meaning of below statment?
S:%B= %B="@1" S:%E= %E="@999"
0
votes
2answers
122 views
1
vote
1answer
100 views
mumps syntax declaration
Q ZR $ZTLP I Q=-1 S Q,A=F G T
I Q< S A=F G R
How to identify Label, Keyword and Variable in MUMPS?
What is Q in above code? i.e. Label, Variable or Key word?
What are the rules to define ...
3
votes
3answers
163 views
Mumps Syntactical conflicts
I am learning Mumps language while analyzing code got a doubt which is
what is difference between B%% vs %%B.
But refference doc the syntax i have seen only %%B format but in code they had use like
...
2
votes
4answers
473 views
mumps lanaguage FOR loop related
if i define For K="ABC":1:3 now what is the value of "ABC",how the loop to excute "ABC" or instead of that ABC if i take any "string", how does increment the string "ABC".
Bhas
5
votes
5answers
1k views
Need MUMPS Sample Code
I am working on an analysis tool for which I need MUMPS sample code. Can anyone provide me MUMPS live code or sample code? Also suggest some links for same.
2
votes
1answer
306 views
Difference between Routine and naked global indicator in MUMPS language
I am working on MUMPS in my recent project.
I have query reagrding naked indicator.I am confused between routine and naked global reference.
can anybody help me to understand diffrence between routine ...
3
votes
3answers
330 views
GT.M, any experience with it?
Looking for NOSQL engines I found about GT.M here:
http://www.slideshare.net/robtweed/gtm-a-tried-and-tested-schemaless-database
At first look good, with SQL ODBC support. But I wonder if exist real ...
4
votes
5answers
2k views
query on MUMPS from asp.net/C#
Does anybody know how to query from MUMPS database using C# without using KBSQL -ODBC?
We have requirement to query from MUMPS database (Mckesson STAR Patient care) and when we use KBSQL it is ...
14
votes
12answers
19k views
Tips for learning MUMPS (M) / Cache? [closed]
I'm interested in getting involved/up to speed on VistA, the Veterans' Administrations open source medical records system. To that effect, I understand I should learn the MUMPS (M) language upon ...
