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 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: rohitwmu <rohitwmu@INDIATIMES.COM>
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


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