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 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 22 Sep 2004 10:25:56 -0500
Reply-To:   "Dunn, Toby" <Toby.Dunn@TEA.STATE.TX.US>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Dunn, Toby" <Toby.Dunn@TEA.STATE.TX.US>
Subject:   Re: file modification time
Comments:   To: Yufeng Liu <charlesyufengliu@YAHOO.COM>
Content-Type:   text/plain; charset="us-ascii"

Yufeng,

Use SAS datasets sashelp.vtable or in SQL it is dictionary.tables,

Subset it for you library and memname and select variables (crdate modate) will have your creation and modification dates on there.

HTH Toby Dunn

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Yufeng Liu Sent: Wednesday, September 22, 2004 9:57 AM To: SAS-L@LISTSERV.UGA.EDU Subject: file modification time

Hi,

How can I know when a file is modified/created? I mean getting a number in SAS rather than using shell command in xterm ?

Yufeng

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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