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 (March 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 1 Mar 2000 15:28:28 +0100
Reply-To:     Gerd.Weist@SCHWABE.DE
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerd.Weist@SCHWABE.DE
Subject:      AW: SAS audit files
Comments: To: rsm@UAB.EDU
Content-Type: text/plain; charset="iso-8859-1"

Try the following:

proc print data=sasuser.test (type=audit); run;

where sasuser.test is the dataset for which you have generated the audit file.

> ---------------------------------------------------------------- > Gerhard Weist > Department of Biometrics > Dr. Willmar Schwabe Pharmaceuticals > P.O. Box 410925 > 76209 Karlsruhe > GERMANY > > Tel: ++49-721-4005 614, Fax: ++49-721-4005 640 > Email: gerd.weist@schwabe.de ----------------------------------------------------------------

> -----Ursprüngliche Nachricht----- > Von: Robert Matthews [SMTP:rsm@UAB.EDU] > Gesendet am: Mittwoch, 1. März 2000 00:27 > Betreff: SAS audit files > > Okay, I figured out how to create an audit file for a SAS 8 dataset, but > I can't figure out how to print or view it. Any suggestions? > > Thanks, > Robert


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