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 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 18 Apr 2008 11:25:46 -0500
Reply-To:   Wensui Liu <liuwensui@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Wensui Liu <liuwensui@GMAIL.COM>
Subject:   Re: Proc Export
Comments:   To: "Reed, Derek" <derek.reed@sinclair.edu>
In-Reply-To:   <17CCBA5D887E2442A7CD5E9429A2A768063372@MAPLE.scc-nt.sinclair.edu>
Content-Type:   text/plain; charset=ISO-8859-1

derek, my reply might not help you in proc export. however, the best way to export .txt file is data step instead of proc export.

On Fri, Apr 18, 2008 at 10:45 AM, Reed, Derek <derek.reed@sinclair.edu> wrote: > Hello, > > I am using the following code: > > proc export data=mydata > outfile="D:\EG_Projects\derek.reed\DO_HEI.txt" > dbms=dlm replace; > delimiter='~'; > run; > > Unfortunately, the txt file has quotes " " at the beginning and end of > ever line. Does anyone know why this is or how to eliminate the quotes? > > > Thanks! > > Derek > > >

-- =============================== WenSui Liu ChoicePoint Precision Marketing Phone: 678-893-9457 Email : wensui.liu@choicepoint.com Blog : statcompute.spaces.live.com ===============================


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