Correct answer: b
Without the DEFAULT=
option, the length for the format is 8 characters, but 10 characters
are needed. The DEFAULT= option is specified after the format name.
The DATATYPE= value must match the data, which is Date in this example.
%m displays a one- or two-digit month, %d displays a one- or two-digit
day, and %Y displays a four-digit year.