LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Sep 2009 20:05:29 -0700
Reply-To:     Dale McLerran <stringplayer_2@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dale McLerran <stringplayer_2@YAHOO.COM>
Subject:      Re: User calling V6 engine instead of V9
In-Reply-To:  <200909172350.n8HKtCUh021253@malibu.cc.uga.edu>
Content-Type: text/plain; charset=iso-8859-1

Can the user not force the library to be v9 by specifying a v9 engine?

libname mylib v9 "...";

Dale

--------------------------------------- Dale McLerran Fred Hutchinson Cancer Research Center mailto: dmclerra@NO_SPAMfhcrc.org Ph: (206) 667-2926 Fax: (206) 667-5977 ---------------------------------------

--- On Thu, 9/17/09, Norm Weston <nweston@AMGEN.COM> wrote:

> From: Norm Weston <nweston@AMGEN.COM> > Subject: User calling V6 engine instead of V9 > To: SAS-L@LISTSERV.UGA.EDU > Date: Thursday, September 17, 2009, 4:50 PM > I have a user who, when executing SAS > V9, the engine showing is V6. When > executing Xwindows SAS, the splash page verifies V9. > and if you do a proc > setinit, it confirms sas V9. However, when she > executes a libname > statement, the log indicates engine V6. > > SAS tech support indicated that this was because of the > presence of a SAS > v6 dataset somewhere in the directory. however, all > such datasets have > been removed and still the error persists. Obviously > with V6, that engine > is only read only with V9 software, so the user is unable > to write out to > the directory. > > I have verified that there is no reference to V6 in the > .profile so I am > not sure why the engine defaults to V6. Any ideas? >


Back to: Top of message | Previous page | Main SAS-L page