> Peter,
> Thanks for the help.When I use option mixed =yes,
> the date filed is giving me a funky output. The
> first two values in the data field as shown below
> are displayed as
> 39980 (instead of 06/16/2009)
> 39993 (instead of 06/29/2009)
>
> The rest of the date values are displayed correctly!
Apply a SAS date FORMAT to the variable, MMDDYY10. would work, to display as human useable date. Those values are the SAS day offset values it uses for numerical purposes. Notice that they differ by 13 matching the date difference.