| 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 |
|
| 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
|