You are correct. I forgot that with GT.M you have to really start from scratch and cannot assume you have anything.
I will probably try to set up a functional GT.M on Linux at Juno Beach. Are you up for helping? ----- Original Message ----- From: "Lloyd Milligan" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, August 29, 2005 7:11 AM Subject: Re: [Hardhats-members] There is a new FOIA CACHE.dat release as of Aug. 25 > It's the same Steve but you would need routine ^ZOSVGUX.. --At this point > no VistA routines have been extracted. As I said, "There are many ways to > do this." > > Lloyd > > > ----- Original Message ----- > From: "smcphelan" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Sunday, August 28, 2005 10:33 PM > Subject: Re: [Hardhats-members] There is a new FOIA CACHE.dat release as of > Aug. 25 > > > > What does your perl command do that is different from: > > S %DIRECTORY=<appropriate value> > > D STRIPCR^ZOSVGUX(%DIRECTORY) > > > > ----- Original Message ----- > > From: "Lloyd Milligan" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Sunday, August 28, 2005 8:37 PM > > Subject: Re: [Hardhats-members] There is a new FOIA CACHE.dat release as > > of > > Aug. 25 > > > > > >> 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 > > > > > > > > > > ------------------------------------------------------- > > 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 > ------------------------------------------------------- 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
