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 (August 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 4 Aug 2004 00:25:47 -0700
Reply-To:   gh <ehankamo@UCI.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   gh <ehankamo@UCI.EDU>
Organization:   University of California, Irvine
Subject:   customized templates (Ods,markup)

Hi again

I'm currently trying to work on making an xml template and it works fine with proc print, except when i do "by" statements like the following:

-- VAR1=55 --- Obs VAR2 1 5 -- VAR1=88 --- Obs VAR2 2 7 3 6 ---- ---- VAR1 13

How do I get rid of the "VAR1" that is next to the 13 or at least control where it's placed? I looked at its data event and it looks exactly the same as the data tag for the 13 value. I hope i dont sound too confusing.

Thanks


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