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 (February 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 22 Feb 2000 19:52:04 GMT
Reply-To:     amichiel@EARTHLING.NET
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         amichiel@EARTHLING.NET
Organization: Deja.com - Before you buy.
Subject:      Re: SAS dataset in UNIX and PC

If you create the sas dataset as a XPORT library ie: (libname out xport '/usr/myid/saslib/test1' ;) You can (binary) copy (aka ftp, or NFS, or Email attachment, etc.) the file between platforms and use it directly, without using PROC CPORT/CIMPORT.

In article <41256888.003E493F.00@data.WestLB.de>, detecsm_hellriegelg@WESTLB.DE wrote: > Use PROC CPORT DATA=..... FILE="TRANS.POR"; > to create a transport file, bring it to the PC and import it with > PROC CIMPORT INF="TRANS.POR" LIB=...; > > Antonio <wongantonio@HONGKONG.COM> on 17.02.2000 08:11:44 > > Bitte antworten an Antonio <wongantonio@HONGKONG.COM> > > An: SAS-L@LISTSERV.UGA.EDU > Kopie: (Blindkopie: DeTeCSM HellriegelG/D/ExternalStaff/WLB) > Thema: SAS dataset in UNIX and PC > > Hi all, > > I have create 1-2 SAS dataset using UNIX system. But now I would like > to change these UNIX SAS dataset into PC SAS dataset. How can I do this > ? > > Any contribution is appreciate. Thank you very much for your attention. > > Best, > > Antonio > > Mit freundlichen Gruessen > > DeTeCSM, Gerhard Hellriegel > > WestLB > Abteilung: 001-80622 > Aderstr. 22 > D - 40217 Duesseldorf > Tel.: +49211 826 6173 > Fax: +49211 826 5393 >

Sent via Deja.com http://www.deja.com/ Before you buy.


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