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 (September 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 20 Sep 2005 12:51:03 -0500
Reply-To:     "Worden, Nina" <nina.worden@SUMMITMARKETING.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Worden, Nina" <nina.worden@SUMMITMARKETING.COM>
Subject:      Re: Removing Date/Time from Output
Comments: To: Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Content-Type: text/plain; charset="us-ascii"

That's is...thanks!

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Gerhard Hellriegel Sent: Tuesday, September 20, 2005 12:13 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Removing Date/Time from Output [heur]

On Tue, 20 Sep 2005 12:09:55 -0500, Worden, Nina <nina.worden@SUMMITMARKETING.COM> wrote:

>I'm creating a RPT file but the time and date stamp is showing in the >upper right hand corner. Any ideas how I can remove that? > >Nina Worden >Sr. Modeling Analyst >Summit Marketing - St Louis >One CityPlace Drive, Suite 350 >St. Louis, MO 63141-7082 >*: (314) 569-3737 >* : nina.worden@summitmarketing.com

Try it with

options nodate;

if you don't want to see anything:

options nodate nonumber; title;


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