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 (July 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: karstadt@ANDROMEDA.RUTGERS.EDU
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


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