Summarizing previous Hardhats posts.. Unzip the VistA-GTM-UNIX-ZTMGRSET-ready.zip file to a scratch directory. Navigate to that directory and use this (from Bhaskar, August 2004) -

 for i in *.zwr ; do mupip load $i ; done

This assumes you've already created the database, etc. To load routines, first convert them from DOS to Unix format. There are many ways to do this. I used -

perl -pi -e 's/\r\n/\n/;' VistA.rtn

(cribbed from the Internet)... Next change to the directory where you run GT.M and run it. From the GTM> prompt DO ^%RI and extract the routines from VistA.rtn to the gtmroutines directory.

When the routines have finished extracting DO ^ZTMGRSET and select System: 8. These steps are explained in various places but I'm not sure if there is a single document somewhere. Is there?

Lloyd


----- Original Message ----- From: "Mike Lieman" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, August 28, 2005 8:37 AM
Subject: Re: [Hardhats-members] There is a new FOIA CACHE.dat release as of Aug. 25


On 8/28/05, Mike Lieman <[EMAIL PROTECTED]> wrote:
Is there a formal procedure for porting the Cache.dat into something
that GT.M handles?  Or don't I have the concepts right?


I don't, do I?

Are CACHE.zip and VistA-GTM-UNIX-ZTMGRSET-ready.zip equivalent?


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to