Date: Fri, 14 Jul 2000 14:05:25 -0400
Reply-To: Doug Dame <dameda@SHANDS.UFL.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Doug Dame <dameda@SHANDS.UFL.EDU>
Subject: Re: xport sas dataset pc to unix
Content-Type: text/plain; charset=US-ASCII
Murray Karstadt wrote:
>> This one has me stumped. I'm trying to transfer a
>> PC SAS 612 dataset to unix running sas 611.
>>
You're very close, you just have to specify the XPORT engine when creating the dataset, as well as when you're reading it.
libname newfile XPORT 'c:\temp\pcfile.xpt';
(I changed the file extension from .dat, just to make it more obvious what this is when it appears in a directory list of files, but SAS doesn't care.)
HTH
Douglas Dame
Shands HealthCare
Gainesville FL USA
|