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
|