| Date: | Fri, 14 Jul 2000 15:24:20 -0400 |
| Reply-To: | Murray Karstadt <karstadt@ANDROMEDA.RUTGERS.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Murray Karstadt <karstadt@ANDROMEDA.RUTGERS.EDU> |
| Subject: | Re: xport sas dataset pc to unix |
|
| In-Reply-To: | <s96f1e31.087@smtp.shands.ufl.edu> |
| Content-Type: | TEXT/PLAIN; charset=US-ASCII |
|---|
HI,
Must be something with the export engine. I added the "xport" as
you suggested but I got the following error
3 libname out '';
ERROR: Module SASPCEN0 not found in search paths.
ERROR: Error in the LIBNAME or FILENAME statement.
looks like either a missing module or must be another way of
transferring files. Thank you for the suggestion and rapid response
murray
On Fri, 14 Jul 2000, Doug Dame wrote:
> 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
>
>
>
>
>
|