Mark,
I assume you fixed the undefined error you were getting for U
ie: S U="^" or use D ^XUP to set up all the "common" variables like
U,DUZ,DTIME,IO etc.

Alternately, you could use 
SET $P(^HLCS(869.3,0),"^",1,2)="HL COMMUNICATION SERVER PARAMETERS^869.3"

Are you having any other problems with HL-7 files/globals?
FileMan still sees it as a valid FileMan File, MUMPS is just acting as the 
storage subsystem fo the FileMan Files. In theory you could write a version
of FileMan which was written in some other language like C++ or COBOL.
It would have to provide VA FileMan the same serves that MUMPS does, but it
could work.

David
> 
> Thanks for the insight David
> 
> On Monday 07 March 2005 06:56, [EMAIL PROTECTED] wrote:
> > As I recall, if the file dumps you like that, it is because the global it
> > is stored in is undefined.  what do you get when you type
> > WRITE ^HLCS(869.3,0),!
> 
> GTM>WRITE ^HLCS(869.3,0),!
> 
> %GTM-E-GVUNDEF, Global variable undefined: ^HLCS(869.3,0)
> Interesting, undefined, why do I see it in Fileman?
> 
> > If you get an undefined then you need to set up the global.
> > The following command will do no harm if you already have the global, and
> > And if you don't, it will initialize the File Attribute note.
> > SET $P(^HLCS(869.3,0),U,1,2)="HL COMMUNICATION SERVER PARAMETERS^869.3"
> 
> GTM>SET $P(^HLCS(869.3,0),U,1,2)="HL COMMUNICATION SERVER PARAMETERS^869.3"
> 
> %GTM-E-UNDEF, Undefined local variable: U
> 
> > > I could not set this initially as it kept failing.  The manual basically
> > > said make an inquiry then enter or edit.  When I try to enter or edit it
> > > dumps me back to OPTION.
> > >
> > > Input to what File: HL COMMUNICATION SERVER PARAMETERS//
> > >
> > > Select OPTION:
> 
> -- 
> Mark Street, RHCE
> http://www.oswizards.com
> --
> Key fingerprint = 3949 39E4 6317 7C3C 023E  2B1F 6FB3 06E7 D109 56C0
> GPG key http://www.oswizards.com/pubkey.asc
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to