Date: Fri, 20 Jun 2003 05:49:18 -0700
Reply-To: Martina Rossi <Martina.Rossi@GMX.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Martina Rossi <Martina.Rossi@GMX.DE>
Organization: http://groups.google.com/
Subject: Activate any editor with SAS
Content-Type: text/plain; charset=ISO-8859-1
I want to execute an editor program from SAS and use its search
functions initially activated
by SAS.The editor could be any default MS-windows editor.
To explain my problem here's the structure of my SAS meta file from
which the execution
should be done:
NAME transformpgm
alter C:\Eigene
Dateien\dippro\showme\test_mod.sas
asthma asthma.sas
allergie test_modi1.sas
Clicking on any of the transformpgm entries should open the editor and
put the content of the
variable NAME into the search functions of the editor as an default.
Any ideas?
Thanks for your help
Martina