LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 16 Sep 2008 09:35:53 -0400
Reply-To:     "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject:      Re: how to let sas copy and paste files for you?
In-Reply-To:  <B2EAF72BA66C8645A1FD6EC0408EADBD019B35CC@tw-tpe-mx001.ap.pxl.int>
Content-Type: text/plain; charset=us-ascii

> From: Mu, Mu > Dear all, > > Suppose I have many .sas programs under the same folder > \mumu. And now I > wanna put them into one .sas program. Is there any convenient way to > realize this by using sas code?

- - - ManyPrograms.sas - - - filename Project '.';*here; options source2;*echo statements to log; %Include Project(MyProgramA); %Include Project(MyProgramB); *...; %Include Project(MyProgramZ);

Ron Fehd the %include maven CDC Atlanta GA USA RJF2 at cdc dot gov


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