Date: Fri, 6 Oct 2000 10:47:44 -0400
Reply-To: "Fehd, Ronald J." <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J." <rjf2@CDC.GOV>
Subject: Re: comment: V8 question: What's the difference between .sd7 & .s
as7bdat?
Content-Type: text/plain; charset="iso-8859-1"
> From: Victor Kamensky [mailto:kamensky@AECOM.YU.EDU]
> While converting from V6.12 to V8, I am keeping
> datasets from both version in the same directory.
not recommended.
remember you have to declare an engine in your libname statement.
libname LIBRARY <engine in (v6,v7,v8)> '<libref>';
if you want to process data sets from both versions
-- for instance, in a proc COMPARE --
you will need two libnames referring to the same libref:
LIBNAME LIBV6 V6 '<same libref>';
LIBNAME LIBRARY V8 '<same libref>';
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
OpSys: WinNT Ver: 8.1
By using your intelligence you can sometimes make your problems twice as
complicated.
-- Ashleigh Brilliant
|