Date: Sat, 29 Mar 2003 14:31:06 GMT
Reply-To: Arthur Tabachneck <atabachneck@ROGERS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <atabachneck@ROGERS.COM>
Subject: Re: SAS engines
Gerard,
First, open two libnames, one requesting the V6 engine, the other V8. For
example:
libname v6files V6 "c:\mydatafiles";
libname v8files V8 "c:\mydatafiles";
Then, in SAS explorer, simply drag the v6 files to the v8 libname.
Art
----------------
"GERARD KIELY" <gerardkiely@optonline.net> wrote in message
news:3E85CED1.1FF7BDC2@optonline.net...
> Does anyone know how to convert a SAS dataset with suffix sd2 so that I
> can read it with PC SAS Version 8? Thank you.
>
> Gerard
>
>
|