| Date: | Wed, 3 Jul 2002 11:36:05 -0400 |
| Reply-To: | "David L. Ward" <dward@SASHELP.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "David L. Ward" <dward@SASHELP.COM> |
| Subject: | Re: remove date |
|
| In-Reply-To: | <000001c222a7$54c4ed70$6501a8c0@schmidtaa> |
| Content-Type: | text/plain; charset="us-ascii" |
Kevin, try
options nodate;
You can also remove the page number or reset it, among other things:
options nodate nonumber;
options pageno=1;
David W
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of Kevin
Auslander
Sent: Wednesday, July 03, 2002 11:36 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: remove date
I can't figure out how to stop the date from appearing in all my output.
I know there must be a simple way to this.
Kevin
|