Date: Wed, 13 Aug 2008 01:35:29 -0700
Reply-To: RolandRB <rolandberry@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RolandRB <rolandberry@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Re: I need a good sas dataset to html converter
Content-Type: text/plain; charset=ISO-8859-1
On Aug 13, 9:19 am, gerhard.hellrie...@T-ONLINE.DE (Gerhard
Hellriegel) wrote:
> On Tue, 12 Aug 2008 23:49:22 -0700, RolandRB <rolandbe...@HOTMAIL.COM>
> wrote:
>
> >I need a good sas dataset to html converter. Does anyone have any
> >links to code that can do this?
>
> You can use ODS for that. ODS in combination with a reporting proc of your
> choice (PROC PRINT is a easy one, PROC REPORT has more features).
>
> For syntax, features and examples have a look into the documentation.
>
> Gerhard
I am looking at a situation where there is an old reporting system
using data _null_ printing but that probably has a suitable source
dataset for use either for proc report but I asssuming the worse in
that it might have to go the dataset-to-html conversion route.
|