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 (December 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 10 Dec 2003 16:09:12 +0100
Reply-To:     Ace <b.rogers@VIRGIN.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ace <b.rogers@VIRGIN.NET>
Subject:      Re: How can I read old SAS system file?
Content-Type: text/plain; charset=us-ascii

On 9 Dec 03 22:30:05 GMT, pchoate@DDS.CA.GOV (Choate, Paul@DDS) wrote:

>That's a Unix or Mac V6 name - I'm not sure but you might try using a V6 >library engine....what's your platform? > >libname old v6 '/match/peoplematch/'; >libname new '/match/peoplematch/'; > > data new.crnlink; > set old.crnlink; > run;

Bad move, IME. Will work, of course, but the practice of matching V6 and v7+ datasets in the same directory usually ends in tears :-}

Personally I'd rename the old directory and copy them to a new one if I wanted to preserve the location, or simply leave them as V6. There are currently no plans, to my knowledge, to drop support of the V6 engine.

Or will this go once one migrates from 32 to 64-bit SAS?

-- Ace in Basel - brucedotrogers a.t rochedotcom


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