Date: Thu, 2 Mar 2000 09:33:22 -0500
Reply-To: "LINCK, JIM" <LINCK@SIMON.ROCHESTER.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "LINCK, JIM" <LINCK@SIMON.ROCHESTER.EDU>
Subject: Re: SAS8, Win2000-Can't write to a library,
Can submit a batch jo b
Content-Type: text/plain; charset="iso-8859-1"
Phil-
There certainly are so I assume this is the problem. Thanks. Is there a
simple work around? I have SAS6 datasets all over the place.
Jim
-----Original Message-----
From: Phil Rack [mailto:PhilRack@minequest.com]
Sent: Thursday, March 02, 2000 9:22 AM
To: 'LINCK, JIM'; SAS-L@LISTSERV.UGA.EDU
Subject: RE: SAS8, Win2000-Can't write to a library, Can submit a batch
jo b
Jim,
Check to see if there are V6 datasets already in that libray named datalib.
If so, note that you cannot create V8 files in a V6 lib. I've run across
this on NT4 so it's not a Windows 2000 problem.
Phil
Phil Rack Tel: (614) 848-3714
DeskTop Solutions, LLC Fax: (614) 848-4780
6161 Busch Blvd., Suite 120 E-Mail: philrack@minequest.com
Columbus, OH 43229 A SAS Quality Partner
-----Original Message-----
From: LINCK, JIM [mailto:LINCK@SIMON.ROCHESTER.EDU]
Sent: Wednesday, March 01, 2000 5:58 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: SAS8, Win2000-Can't write to a library, Can submit a batch job
A recently refreshed my system and did a clean install of Win2000
Professional. I then installed SAS version 8. Seems to be working fine
with two exceptions.
1. It apparently didn't install the 'associations' that allow you to write
click on a SAS program, then select the option to submit a SAS batch job. I
can't figure out how to set this up.
2. I'm having some type of authorization problem in writing data sets. For
example, here's some code and an error message (DATALIB is a directory on my
hard drive for which Administrators, of which I am one, have full access).
Note that I have no trouble reading, writing, etc. to this directory outside
of SAS.
59 data DATALIB.test;
60 set TEMP;
61 run;
ERROR: User does not have appropriate authorization level for library
DATALIB.
Any ideas?
Jim
|