LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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