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 (March 2003, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 > >


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