The EURDFDT
w.
d format
writes SAS datetime values in the form
ddmmmyy:hh:mm:ss.ss:
is an integer that
represents the day of the month.
is the first three
letters of the month name.
is a two-digit or four-digit
integer that represents the year.
is the number of hours
that range from 00 through 23.
is the number of minutes
that range from 00 through 59.
is the number of seconds
that range from 00 through 59 with the fraction of a second following
the decimal point.
You can set the language
for the SAS session with the DFLANG= system option. (Because the SAS
Installation Representative usually sets a default language for the
site, you might be able to skip this step.) If you work with dates
in multiple languages, you can replace the EUR prefix with a language
prefix.
See DFLANG= System Option: UNIX, Windows, and z/OS for the list
of language prefixes. When you specify the language
prefix in the format, SAS ignores the DFLANG= option.
Note: The EUR-date formats require
European character sets and encodings. Some formats will not work
correctly using non-European encodings. When running in a DBCS environment,
the default format width and max width will be larger than in the single-byte
system to allow formats to use a double-byte representation of certain characters.
However, you must use a session encoding that supports the European
characters set like UTF-8.