Date: Wed, 17 Nov 2004 08:08:46 -0500
Reply-To: Peter Crawford <peter.crawford@BLUEYONDER.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Peter Crawford <peter.crawford@BLUEYONDER.CO.UK>
Subject: Re: How to create HTML using ODS???
isn't this just "ODS for datasteps" where ODS is an option on the file
statement :
For an example in the online doc of v8, try:
http://v8doc.sas.com/sashtml/ods/z0489850.htm
Peter
On Mon, 15 Nov 2004 11:28:10 +0000, Saqi <saqi2000@GMAIL.COM> wrote:
>Hi SAS-Lers,
>
>I have got a data set that contains list of all employees and I would
>like to output in HTML format using ODS in the following format:
>Employee ID 12345
>Employee Name John Smith
>Address 123 London Road
> Chingford
> London
>Postcode X11 1ZZ
>Country UK
>
>Is it possible that anyone can tell me how can I do this???
>
>Regards
>
>Jan
|