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 (May 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 8 May 2002 15:52:59 -0400
Reply-To:     Charles Kincaid <ckincaid@VENTURIPARTNERS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Charles Kincaid <ckincaid@VENTURIPARTNERS.COM>
Subject:      Re: Can you send a SAS transport file as email attachment
Comments: To: pluo@DRAFTNET.COM
Content-Type: multipart/alternative;

Hi,

Did you encode the transport file when you mailed it? The transport file is binary format and can't be send as is through the e-mail. Our mailers that we use interactively handle this on their own.

The basic mailer doesn't handle binary files. You'll want to use the elm mailer (which requires mimencode) or smtp.

If you search the SAS-L Archives,

http://listserv.uga.edu/cgi-bin/wa?A0=sas-l

then you'll find a lot of good help.

HTH

Good luck,

Chuck

>>> "Luo, Peter" <pluo@DRAFTNET.COM> 05/08/02 02:57PM >>> I did. But when my client receive the file and use PROC CIMPORT to convert it, he got the following error message

filename tranfile '/xxxx/xxx/xxx/tryme.prt'; proc cimport library=newlib infile=tranfile; run; ERROR: Given transport file is bad. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE CIMPORT used:

----------------------------------------------------------------------

LEGAL NOTICE:

The information contained in this e-mail is privileged and confidential, and protected from disclosure. If you are not the intended recipient or think that you have received this e-mail in error, please notify the following e-mail address: postmaster@draftnet.com.

Thank you for your cooperation.

----------------------------------------------------------------------


[text/html]


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