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 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 12 May 2004 12:53:56 -0400
Reply-To:     Bruce Johnson <bjohnson@SOLUCIENT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bruce Johnson <bjohnson@SOLUCIENT.COM>
Subject:      Re: exporting to text file without quotes
Comments: To: Kerri Rivers <kerrir@PRB.ORG>
Content-Type: text/plain; charset="us-ascii"

Does that field have tabs embedded in it?

________________________________ Bruce A. Johnson bjohnson@solucient.com

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Kerri Rivers Sent: Wednesday, May 12, 2004 11:52 AM To: SAS-L@LISTSERV.UGA.EDU Subject: exporting to text file without quotes

hi all, i'm exporting a dataset to a text file using PROC EXPORT. there is one text variable that is exporting with double quotation marks around it. is it possible to export without those quotation marks? i need to get rid of them and i'm not sure how to do it. i tried the help files and searched the SAS-L archives, but couldn't find any documentation on this. here's my code:

proc export data=work.export outfile = 'C:\CDID\data1.txt' dbms=tab replace; run;

thanks for any help! ~kerri This message is a private communication. It may contain information that is confidential and legally protected from disclosure. If you are not an intended recipient, please do not read, copy or use this message or any attachments, and do not disclose them to others. Please notify the sender of the delivery error by replying to this message, and then delete it and any attachments from your system. Thank you, Solucient LLC (rev eXclaimer 2x)


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