| Date: | Mon, 14 Jun 2004 19:24:00 -0300 |
| Reply-To: | jlamack <jlamack@BOL.COM.BR> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | jlamack <jlamack@BOL.COM.BR> |
| Subject: | title page again |
| Content-Type: | text/plain; charset=iso-8859-1 |
Dear all, I am posting my question again. Consider the
following sas code:
proc format;
value datas_f 1 = "15/05/2004"
2 = "04/06/2004";
run;
proc means data = nda;
var state;
by ind;
format ind datas_f.;
title "Table #byval1: Today is #byval1";
run;
I would like to get a title page like this:
Table 1: Today is 15/05/2004
.
.
and
Table 2: Today is 04/06/2004
.
.
How can I do this using just one by variable? Is it
possible?
Best Regards
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/
|