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 (April 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 7 Apr 1997 11:51:15 +0200
Reply-To:   Juan Luis Perez Martinez <jlperez@INE.ES>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Juan Luis Perez Martinez <jlperez@INE.ES>
Subject:   Re: What is SAS Transport file?
In-Reply-To:   <33488120.3F19@stat.wharton.upenn.edu>
Content-Type:   text/plain; charset="us-ascii"

At 01:07 7/04/97 -0400, Wenxin Mao wrote: >In JMP, you can save a file as "SAS TRansport files(.XPT) ". How can I >use that file in SAS?? > >

You must use PROC CIMPORT, with which you can convert the transport file into a SAS file:

Libname ine 'c:\milib'; Filename xxx 'myfile.xpt';

Proc cimport lib=ine infile=xxx; run;

_____________________________________________________

Juan Luis Perez Martinez Jefe de Servicio Soporte a Usuarios (Soporte Tecnico Software SAS) Instituto Nacional de Estadistica (INE) Paseo Castellana 183 Desp. 113 28046 Madrid (Spain) E-Mail: jlperez@ine.es Web: http://josefa.ine.es/sas/portada.htm

_____________________________________________________


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