Date: Thu, 13 Dec 2007 02:59:09 +0000
Reply-To: Miguel de la Hoz <miguel_hoz@YAHOO.ES>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Miguel de la Hoz <miguel_hoz@YAHOO.ES>
Subject: infile option
Content-Type: text/plain; charset=utf-8
Hi. I am trying to write a TXT file from a SAS file using the following instruction:
data _null_;
set output;
file 'c:\valid.txt' dsd lrecl=500;
put
fname 1-10
lname 11-20
address 21-40;
run;
But I would like to get the output file with the field names written on it. Could you please assist me to do this. Thanks. Miguel.
______________________________________________
¿Chef por primera vez?
Sé un mejor Cocinillas.
http://es.answers.yahoo.com/info/welcome
|