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
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;
|