|
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
|