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 (November 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 12 Nov 1999 10:47:20 +0100
Reply-To:   "B. van den Berg" <Bberg@CVZ.NL>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "B. van den Berg" <Bberg@CVZ.NL>
Organization:   UUNET-NL (http://www.nl.uu.net)
Subject:   Re: Coverting Unix dataset into PC dataset

Hello Minsup Song,

There are various ways to transport SAS datasets between operating systems: 1. CPORT and CIMPORT procedures With CPORT you can create a 'transport file' on the Unix machine, which you can read on the PC with CIMPORT. 2. When you can use SAS/CONNECT, you can establish a link between SAS sessions on Unix and the PC and you can use your Unix SAS dataset directly on the PC. 3. Write your Unix SAS dataset to an ASCII file, use UNIX2DOS to end the records with CR/LF, read the ASCII file with SAS on the PC.

I hope this helps you.

Bram van den Berg College voor Zorgverzekeringen

bberg@cvz.nl Minsup Song heeft geschreven in bericht <382b72f4.0@news.syr.edu>... >Dear > > >My data are stored on Unix with the file name of MYFILE.ssd001. Thus, I've >to use SAS-Unix to work with it. >But I want to report the results with a PC with the file name of ###.sd2. > >I down load thd MYFILE.ssd001 into my PC. How can I convert it into PC data >set? > >Any help would be very appreciated! > >M.S. Song > >


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