LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 17 Jul 2002 11:13:35 -0400
Reply-To:     Witness <bmeyer67@CALVIN.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Witness <bmeyer67@CALVIN.EDU>
Subject:      ODS HTML Output question...
Content-Type: text/plain; charset="iso-8859-1"

I have a report that is broken into three sections. The first section is a total count of an ID (ID1). The second section is a total count of another ID (ID2). And the third section is a total count of each ID1 for each ID2.

Each of the sections is stored in a different data set.

The report is currently in an acceptable format, but me being the over-achiever that I am, I would like to make it a little nicer. The original hand report was in a table format like the following:

| ID1.Values... | ------------+-----------------+---------- ID2.Values |Table(ID1xID2) |Count(ID2) ... | |... ------------+-----------------+----------- Total:|Count(ID1.Values)|

I would like to either create the same chart, or simply add an HTML 'A NAME' tag (<A NAME='ID2.Value'>) to the third section, and an HTML 'A HREF' tag (<A HREF='#ID2.Value'>) to the second section.

Is there an easy way that I can do this using SAS? If not, that's ok. (We're really only concerned with Section #1 any way.)

Thanks in advance,

Benjamen R. Meyer


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