Date: Wed, 18 Jun 2008 14:39:28 -0400
Reply-To: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject: Re: Sas AF?
In-Reply-To: <5CA9E4A75962F64CA658FD81C05D6A01037704DA@usuwamembx05.americas.astrazeneca.net>
Content-Type: text/plain; charset="us-ascii"
Mike,
I think
PROC BUILD CATALOG=libref.catalog;
PRINT PRTFILE="your text file";
RUN;
Should get you started. There are other options I think you will need on the
PRINT statement to tell it to print the source as well as what entry types.
Check out the online doc for that:
http://support.sas.com/onlinedoc/913/docMainpage.jsp
HTH,
donh
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Ross,
Michael D
Sent: Wednesday, June 18, 2008 12:47 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Sas AF?
Hi All,
Is there an easy way to put all the code from a Sas/AF application
(catalog) into 1 text file for ease of searching for specific code easier?
Thanks.
Mike
|