Requirement:The width of the output field must be 10.
Details
The B8601DA informat
reads date values that are specified using the ISO 8601 basic date
notation yyyymmdd:
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.
If the month or day
values are omitted, SAS uses a value of 1 for the month or day. If
the hour, minute, or second values are omitted, SAS uses a value of
0 for the hour, minute, or second.