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 (June 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 6 Jun 2002 08:23:41 -0700
Reply-To:     John Uebersax <jsuebersax@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         John Uebersax <jsuebersax@YAHOO.COM>
Organization: http://groups.google.com/
Subject:      ods html -- proc report with BY VARIABLE index
Content-Type: text/plain; charset=ISO-8859-1

Suppose I have a very large listing of several variables over time for 1000 patients.

For easy reference to patient values, I'd like to:

1. Produce an html report 2. Simultaneoulsy create an index of patient numbers, like:

Patient ------- 1001 1002 1003 ...

such that clicking on a patient number takes one directly to the listing of that patient's values.

I've thought about using ods hmtl and doing a proc report BY patient. This seems to produce an html index by page, but not by patient number. Is there a simple way to produce a clickable index by patient number?

Thanks in advance.

-------------------------------------------------------------------------------- John Uebersax, PhD (858) 597-5571 La Jolla, California (858) 625-0155 (fax) email: jsuebersax@yahoo.com web: http://ourworld.compuserve.com/homepages/jsuebersax/personal.htm --------------------------------------------------------------------------------


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