Date: Mon, 3 Nov 2008 22:01:10 -0800
Reply-To: Aj <ajeetsubramanian@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Aj <ajeetsubramanian@GMAIL.COM>
Organization: http://groups.google.com
Subject: systime in ODS
Content-Type: text/plain; charset=ISO-8859-1
Hi All
I am trying to output files with the ODS option with system time stamp
on it :
ODS PDF FILE = "C:\test\RUN_&sysdate._&system..pdf";
PROC CONTENTS DATA = PERSON;
RUN;
ODS PDF CLOSE;
The results in a fle with a colon in between the date and time
RUN_03NOV08_20:59.pdf
Can the extension be generated as RUN_03NOV08_2059.pdf WITHOUT the
colon in between.
Have a great day ahead
Aj
|