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 07:30:37 PST
Reply-To:     Nigel Tufnel <dousk8@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Nigel Tufnel <dousk8@HOTMAIL.COM>
Subject:      Call a SAS prog from a SAS prog?
Content-Type: text/plain

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