Date: Mon, 15 Mar 2004 13:26:42 +0100
Reply-To: Andre Wielki <wielki@INED.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andre Wielki <wielki@INED.FR>
Subject: Re: report question
In-Reply-To: <200403121354.TAA12437@WS0005.indiatimes.com>
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
data temp;a=1; b=2;run;
ods html body= "c:\temp\freq.htm" newfile=output;
proc freq data=temp;
run;
ods html close;;
will give you as many html file(freq freq1...) as variable in yours
sasdataset .
No need of macro.
HTH
Andre
A 19:47 12/03/2004 +0530, rohitwmu a écrit :
>ods html body= "freq.htm";
>
>
>proc freq data=temp;
>
>
>run;
>
>
>ods html close;
this file has 9 variables and i need an individual HTML for each
variable.How can this be done.Thanks in advance.
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54