Sign In
New User? Register
Statisticians_group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Query: Audit trail of SAS data set   Message List  
Reply | Forward Message #1460 of 4112 |
Re: »Ø¸´£º [Statisticians_group] Query: Audit trail of SAS data set

Dear Dan,

Thanks a lot.

Thanks and Regards,
Madan Gopal Kundu

--- In Statisticians_group@..., dan wang
<wangdans@y...> wrote:
>
> Hi,
>
> Here is the way to read it:
>
> The following PROC CONTENTS code displays the contents
> of the audit trial file:
>
> proc contents data=mylib.mydata (type=audit);
> run;
>
> The following PROC PRINT code lists the data in the
> audit trail file:
>
> proc print data=mylib.mydata (type=audit);
> run;
>
> Dan
>
> --- Madan Gopal Kundu <Madan.Kundu@r...>дµÀ:
>
> >
> > Dear all,
> >
> >
> >
> > I want to add audit trail to the mylib.mydata
> > dataset. I have executed
> > the following code to add audit trail:
> >
> > libname mylib 'c:\temp';
> >
> > proc datasets lib=mylib;
> >
> > audit mydata;
> >
> > initiate;
> >
> > run;
> >
> > And the log window displays:
> >
> > NOTE: The data set MYLIB.MYDATA.AUDIT has 0
> > observations and 7
> > variables.
> >
> > Now problem is that I can not open or read the Audit
> > file
> > MYLIB.MYDATA.AUDIT. How can I do that?
> >
> >
> >
> > Thanks in advance
> >
> > Regards,
> >
> > Madan Gopal Kundu
> >
> >
> >
> > (i) The information contained in this e-mail message
> > is intended only for the confidential use of the
> > recipient(s) named above. This message is privileged
> > and confidential. If the reader of this message is
> > not the intended recipient or an agent responsible
> > for delivering it to the intended recipient, you are
> > hereby notified that you have received this document
> > in error and that any review, dissemination,
> > distribution, or copying of this message is strictly
> > prohibited. If you have received this communication
> > in error, please notify us immediately by e-mail,
> > and delete the original message.
> >
> >
> > (ii) The sender confirms that Ranbaxy shall not be
> > responsible if this email message is used for any
> > indecent, unsolicited or illegal purposes, which are
> > in violation of any existing laws and the same shall
> > solely be the responsibility of the sender and that
> > Ranbaxy shall at all times be indemnified of any
> > civil and/ or criminal liabilities or consequences
> there.
>
>
> __________________________________________________
> ¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
> http://cn.mail.yahoo.com
>










Fri Jun 2, 2006 4:02 am

madan4331
Offline Offline
Send Email Send Email

Forward
Message #1460 of 4112 |
Expand Messages Author Sort by Date

Dear all, I want to add audit trail to the mylib.mydata dataset. I have executed the following code to add audit trail: libname mylib 'c:\temp'; proc...
Madan Gopal Kundu
madan4331
Offline Send Email
May 31, 2006
10:21 am

Hi, Here is the way to read it: The following PROC CONTENTS code displays the contents of the audit trial file: proc contents data=mylib.mydata (type=audit); ...
dan wang
wangdans
Offline Send Email
Jun 2, 2006
3:41 am

Dear Dan, Thanks a lot. Thanks and Regards, Madan Gopal Kundu...
Madan Gopal Kundu
madan4331
Offline Send Email
Jun 2, 2006
8:03 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help