Date: Tue, 25 Oct 2011 11:18:12 -0400
Reply-To: Tom Abernathy <tom.abernathy@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Tom Abernathy <tom.abernathy@GMAIL.COM>
Subject: Re: Error
HOW are you trying to save to your hard drive?
Did you create a libref and write some code to create a dataset?
libname aaa 'c:\';
data aaa.mydata;
run;
Did you click on some buttons in the user interface? If so which buttons?
Are you sure you did not define your libref AAA with the ACCESS=READONLY
option?
Where are your hard drive are you trying to save?
On Tue, 25 Oct 2011 10:51:39 -0400, SUBSCRIBE SAS-L Anonymous
<randistan69@HOTMAIL.COM> wrote:
>Will I have to reinstall SAS? How do I go about doing what you suggest?
>
>
>On Tue, 25 Oct 2011 19:52:34 +0800, Murphy Choy <goladin@GMAIL.COM> wrote:
>
>>Try running SAS with admin rights.
>>
>>Sent from my iPhone
>>
>>On Oct 25, 2011, at 10:54 AM, Randy <randistan69@HOTMAIL.COM> wrote:
>>
>>> As a SAS file on my hard drive from the "work" directory in Sas.
>>>
>>> I am also running SAS on windows 7.
>>>
>>>
>>>
>>> On Mon, 24 Oct 2011 19:39:02 -0700, Fareeza Khurshed
<fkhurshed@GMAIL.COM>
>>> wrote:
>>>
>>>> How are you trying to save the file?
>>>>
>>>>
>>>> On Mon, Oct 24, 2011 at 7:26 PM, Randy <randistan69@hotmail.com> wrote:
>>>>
>>>>> The answer is Yes to all your questions.
>>>>> I am using my personal computer and I have been able to save to the
HDD
>>>>> all of the time.
>>>>>
>>>>>
>>>>> On Mon, 24 Oct 2011 21:13:21 -0500, Joe Matise <snoopy369@GMAIL.COM>
>>>>> wrote:
>>>>>
>>>>>> Perhaps you do not have appropriate authorization to write to that
>>>>>> folder on your HDD? Can you copy a file (in Windows) to that folder
>>>>>> manually, without invoking admin privileges and/or hitting yes to any
>>>>>> dialog boxes?
>>>>>>
>>>>>> -Joe
>>>>>>
>>>>>> On Mon, Oct 24, 2011 at 7:21 PM, Randy <randistan69@hotmail.com>
wrote:
>>>>>>> When I try to save to my hard drive from the Work directory I get
the
>>>>>>> following error term:
>>>>>>>
>>>>>>> ERROR: User does not have appropriate authorization level for
library
>>>>> AAA.
>>>>>>>
>>>>>>>
>>>>>>> Please help.
>>>>>>>
>>>>>>> Randy
>>>>>>>
>>>>>
|