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 (July 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: Kevin Auslander <kevin.auslander@CCSITEAM.COM>
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


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