The date values must
be in the form
ddmmmyy or
ddmmmyyyy:
dd
is an integer between
01 and 31 that represents the day of the month.
mmm
is the first three
letters of the month name.
yy or yyyy
is a two-digit or four-digit
integer that represents the year.
You can separate the
year, month, and day values by blanks or by special characters. Make
sure the width of the input field allows space for blanks and special
characters.
Note: SAS
interprets a two-digit year as belonging to the 100-year span that
is defined by the YEARCUTOFF= system option.