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 (August 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 1 Aug 2007 20:30:27 -0400
Reply-To:     Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:      Re: csv format
Comments: To: Miguel Hoz <miguel_hoz@YAHOO.ES>
Content-Type: text/plain; charset=ISO-8859-1

Miguel,

Again, an example of your current code might require fewer followup questions. If you are using proc export, after running it (if you are on Windows), simply press function key F4 to retrieve the code which was actually written.

In that code you will see where the field names are written (when _n_ eq 1). Simply delete that part of the code.

HTH, Art --------- On Thu, 2 Aug 2007 00:06:32 +0000, Miguel de la Hoz <miguel_hoz@YAHOO.ES> wrote:

>I mean I just need to generate a csv file without the names of the fields, for example,

name1 name2 name2 12345 12345 12345 12345 12345 12345 12345 12345 12345

to: 12345 12345 12345 12345 12345 12345 12345 12345 12345

thanks,

----- Mensaje original ---- De: Arthur Tabachneck <art297@NETSCAPE.NET> Para: SAS-L@LISTSERV.UGA.EDU; Miguel Hoz <miguel_hoz@YAHOO.ES> Enviado: mié²£oles, 1 de agosto, 2007 18:10:11 Asunto: Re: csv format

Miguel,

Without seeing your code it's difficult to say, but couldn't you just use a drop statement in your data statement?

Art --------- On Wed, 1 Aug 2007 22:49:22 +0000, Miguel de la Hoz <miguel_hoz@YAHOO.ES> wrote:

>Hi all,

I am writing ODS CSV but I would need to delete the field names in the output list, do you know how can I make it?

Thanks,

MDH

___________________________________________________________________________ _________ Sé µn Mejor Amante del Cine ?Quieres saber c󭯿 ?Deja que otras personas te ayuden! http://advision.webevents.yahoo.com/reto/entretenimiento.html

___________________________________________________________________________ _________ Sé µn Mejor Amante del Cine ?Quieres saber c󭯿 ?Deja que otras personas te ayuden! http://advision.webevents.yahoo.com/reto/entretenimiento.html


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