| Date: | Tue, 25 Nov 2003 13:54:02 -0500 |
| Reply-To: | "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV> |
| Subject: | Re: Newbie question |
|
| Content-Type: | text/plain; charset="us-ascii" |
> From: Robin Garfinkel, Ph.D. [mailto:rsg5@COLUMBIA.EDU]
> I installed the hot fix which now does the page breaks, but I
> can't get the page numbers to print without an options
> statement at the top of the program. I can't get the date to
> print at all. Any suggestions?
that would be:
options pageno=1 date;
and for v9:
options dtReset;
%*V9 date+time reset in title1;
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
|