|
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
|