| Date: | Tue, 22 Jul 1997 22:15:20 GMT |
| Reply-To: | Steven Dubnoff <sdubnoff@CIRCLESYS.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Steven Dubnoff <sdubnoff@CIRCLESYS.COM> |
| Organization: | AccessOne |
| Subject: | Re: Reading unix dataset from v6.12 on win95 |
|---|
On Tue, 22 Jul 1997 09:43:45 -0700, Daniel Nordlund
<nordldj@dshs.wa.gov> wrote:
>I have received a unix sas dataset and need to read it on a win95
>platform using SAS v6.12. Can someone describe how to do this, or point
>to where this process is documented in the online documentation (I don't
>have access to my manuals at the moment)? Any help would be greatly
>appreciated.
If it were your dataset on Unix, you would conventionally write
a transport file with the XPORT engine, and then read that file
on windows. This is necessary because SAS, inexplicably, will
not read its own files from a different platform.
Another way to do this is to use the current version of Stat/Transfer,
which will read your Unix SAS files and convert them to .sd2 files for
your PC (or most anyhing else you might want). For information see
http://www.stattransfer.com
Best wishes,
Steven Dubnoff
|