Date: Wed, 31 May 2006 10:36:55 +0530
Reply-To: Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Subject: Adding password to SAS datafile
Content-Type: text/plain; charset="us-ascii"
Hi all,
I want to add password to my SAS datafile using following code:
libname stat 'c:\';
data stat.pass (write=yellow alter=red);
input x y;
cards;
1 2
3 4
;
But in log window error is being shown:
1 libname stat 'c:\';
NOTE: Libname STAT refers to the same physical library as MADAN1.
NOTE: Libref STAT was successfully assigned as follows:
Engine: V8
Physical Name: C:\
2
3 data stat.pass (write=XXXXXX alter=XXX);
4 input x y;
5 cards;
ERROR: User does not have appropriate authorization level for file
STAT.PASS.DATA.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set STAT.PASS was only partially opened and will not
be saved.
NOTE: DATA statement used:
real time 0.20 seconds
cpu time 0.03 seconds
8 ;
Please help me to get out of this problem (Note: I am working in Windows
XP O/S and SAS 8.02)
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.