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 (November 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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