LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 15 Jan 1999 11:04:14 -0500
Reply-To:     Schechter Robert RS <robert.schecter@PHWILM.ZENECA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Schechter Robert RS <robert.schecter@PHWILM.ZENECA.COM>
Subject:      Re: Call a SAS prog from a SAS prog?
Comments: To: Nigel Tufnel <dousk8@HOTMAIL.COM>

Nigel

Would a %INCLUDE, as in %INCLUDE 'c:\temp\DoIt.sas'; , do the trick?

* _________Bob Schechter, Systems Engineer, Pharmaceutical Information Services, Zeneca Pharmaceuticals * (302) 886-5561 Voice, 886-7525 FAX * FOC-CW3-30 * mailto:robert.schechter@phwilm.zeneca.com

> ---------- > From: Nigel Tufnel[SMTP:dousk8@HOTMAIL.COM] > Sent: Friday, January 15, 1999 10:30 AM > To: SAS-L@UGA.CC.UGA.EDU > Subject: Call a SAS prog from a SAS prog? > > Is there a way (using SAS 6.11 on an NT 4.0 box) to call a SAS program > from a SAS program? e.g. > > Data junk; > set junk; > x=q*2; > run; > > c:\temp\DoIt.sas; * <<----- Calls the SAS program DoIt.sas; > > (other SAS code) > > Thanks, > Nigel > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com >


Back to: Top of message | Previous page | Main SAS-L page