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 (June 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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>
Comments:   RFC822 error: <W> MESSAGE-ID field duplicated. Last occurrence was retained.
From:   Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:   Re: Sas AF?
Comments:   To: "Ross, Michael D" <michael.ross@ASTRAZENECA.COM>
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


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