| Date: | Tue, 17 Oct 2000 11:46:58 -0400 |
| Reply-To: | JF - Bell <berube.jeab@BELL.CA> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | JF - Bell <berube.jeab@BELL.CA> |
| Subject: | Fw: dates |
| Content-Type: | text/plain; charset=iso-8859-1 |
HI,
The simpliest way is to use the &sysdate system variable.
title "File*looks*like*this &sysdate";
It is the same syntax for a Label.
JF
----- Original Message -----
From: TIEDENS GARY (smg1get) <smg1get@UPS.COM>
Newsgroups: bit.listserv.sas-l
To: <SAS-L@LISTSERV.UGA.EDU>
Sent: Tuesday, October 17, 2000 11:31 AM
Subject: dates
> Could anybody please tell me how to insert a date into a label
> For example I would like a label that says:
> Here Is what my file looks like as of today's date
> Here is how I thought it would be coded
> date = today( ) ;
> TITLE 'File*looks*like*this' ; DATE;
>
>
>
>
>
|