I'm looking for documentation to access the MUMPS database (in programmer mode) from the OS prompt. Does anyone know the command line for doing so. (Example, for DSM the command $ DSM/qualifier, for Cache $ CSESSION config...).
On Oct 31, 5:07 am, DaveM <pgm...@yahoo.com> wrote:
> Hi,
> I'm looking for documentation to access the MUMPS database (in > programmer mode) from the OS prompt. Does anyone know the command > line for doing so. (Example, for DSM the command $ DSM/qualifier, for > Cache $ CSESSION config...).
> Any help with this is appreciated.
> Dave
Depends which MUMPS; if you mean mine, try:
os> mumps -e environment -x 'command to xecute' /path/database
Unfortunately for you Quadramed had their own mumps implementation. I believe they recently ported their latest release to Caché. If this is an older version, your only hope would be to find a former Quadramed programmer. I doubt anyone else would have ever had the information you are looking for.
Mark
On Nov 5, 5:12 pm, raynewman <r...@one.com.au> wrote:
> On Oct 31, 5:07 am, DaveM <pgm...@yahoo.com> wrote:
> > Hi,
> > I'm looking for documentation to access the MUMPS database (in > > programmer mode) from the OS prompt. Does anyone know the command > > line for doing so. (Example, for DSM the command $ DSM/qualifier, for > > Cache $ CSESSION config...).
> > Any help with this is appreciated.
> > Dave
> Depends which MUMPS; if you mean mine, try:
> os> mumps -e environment -x 'command to xecute' /path/database