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 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 13 Aug 2008 02:29:58 -0700
Reply-To:   Patrick <patrick.matter@GMX.CH>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Patrick <patrick.matter@GMX.CH>
Organization:   http://groups.google.com
Subject:   Re: I need a good sas dataset to html converter
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Like Gerhard said: Why not using ods in conjunction with a PROC, eg:

ods htmlcss body='C:\temp\myfile.html' ; proc print data= sashelp.class noobs; run; ods htmlcss close;

HTH Patrick


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