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 (March 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Mar 2009 08:57:39 -0500
Reply-To:     "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "./ ADD NAME=Data _null_;" <iebupdte@GMAIL.COM>
Subject:      Re: writing to ODS CSV
Comments: To: Dianne Rhodes <diannerhodes@comcast.net>
In-Reply-To:  <200903201341.n2KAlMvH021729@malibu.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1

ODS CSVALL?

On 3/20/09, Dianne Rhodes <diannerhodes@comcast.net> wrote: > I am using proc report to write output to ODS CSV. Others on the same > project are using html to write XLS files. But my output will be around > 600,000 rows which is why I thought I needed to use CSV. > > One of the requirements is to have titles -- I have defined them in the > program but they are not getting written to the CSV file. Can you write > titles to CSV? They also would like the column names to appear in three > separate rows. I originally tried defining each row in separate quotes > but they seem to all get shoved into the first row. Could I use a split > character to do this? Seems like that might be a better solution. Or am > I stuck with writing a custom style / tagset for this? > > Dianne R >


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