| 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 |
|
| 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
===============================
|