Reads date values that are specified using the ISO
8601 extended notation yyyy-mm-dd and returns SAS datetime values where the time portion of the value
is 000000.
Requirement:The width of the input field must be 10.
Details
The E8601DN informat
reads date values that are specified using the ISO 8601 extended date
notation yyyy-mm-dd and
returns the date in a SAS datetime value:
yyyy
is a four-digit year.
mm
is a two-digit month
(zero padded) between 01 and 12.
dd
is a two-digit day
of the month (zero padded) between 01 and 31.