The date values must
be in the form
mmmyy or
mmmyyyy:
is the first three
letters of the month name.
is a two-digit or four-digit
integer that represents the year.
You can place blanks
and other special characters between day, month, and year values.
A value that is read with EURDFMY
w. results in a SAS date value that corresponds to the first day of
the specified month.
Note: SAS interprets a two-digit
year as belonging to the 100-year span that is defined by the YEARCUTOFF=
system option.
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 informat, SAS ignores
the DFLANG= option.