LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 21 Mar 2002 09:38:34 -0800
Reply-To:   MNess@CROMEDICA.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Matthew Ness <MNess@CROMEDICA.COM>
Subject:   Re: actual date (sysdate?)
Content-type:   text/plain; charset=iso-8859-1

You can give this a try:

DATA A; DATE=PUT("&SYSDATE"D,EURDFDD10.); RUN;

HTH, Matt

Jörg Zimmermann To: SAS-L@LISTSERV.UGA.EDU <needful@WEB.D cc: E> Subject: actual date (sysdate?) Sent by: "SAS(r) Discussion" <SAS-L@LISTSER V.UGA.EDU>

21/03/02 09:05 AM Please respond to Jörg Zimmermann

Hi,

how can I get the actual date (the date, I start a sas program) in german format, like "21.03.2002"? I want to save it as character in a sas-table.

Thanks in advance.

Joerg


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