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 (March 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 20 Mar 2000 17:02:48 +0100
Reply-To:     detecsm_hellriegelg@WESTLB.DE
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gehard Hellriegel <detecsm_hellriegelg@WESTLB.DE>
Subject:      Re: Q. How to open transport file.
Content-type: text/plain; charset=us-ascii

in this case you should try the XPORT engine:

libname tranfile XPORT "your_file.xpt";

or better:

libname tranfile XPORT 'p:\link5280\zipfiles\lin5280.xpt'; proc copy in=tranfile out=v6lib; run;

john.zhang@quintiles.com on 20.03.2000 16:34:29

An: DeTeCSM HellriegelG/D/ExternalStaff/WLB@WLB Kopie: Thema: Re: Q. How to open transport file.

Thanks for your help.

I try that, it gives me error message as below.

filename tranfile 'p:\link5280\zipfiles\lin5280.xpt'; 5 6 proc cimport library=sasfiles infile=tranfile; 7 8 run;

ERROR: CIMPORT is not able to read version 5 transport data sets. NOTE: Please refer to the host companion for your operating system.

NOTE: The SAS System stopped processing this step because of errors. NOTE: The PROCEDURE CIMPORT used 1.27 seconds.

Any idea?

John Zhang

Mit freundlichen Gruessen

DeTeCSM, Gerhard Hellriegel

WestLB Abteilung: 001-80622 Aderstr. 22 D - 40217 Duesseldorf Tel.: +49211 826 6173 Fax: +49211 826 5393


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