Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
Quiz title : Set - 001 - Part 06
Question 1 of 10




The contents of the SAS data set PERM.JAN_SALES are listed below:;

A comma delimited raw data tile needs to be created from the PERM.JAN_SALES data set. 

VARIABLE NAME      TYPE
idnum              character variable
sales_date         numeric date value

The SALES_DATE values need to be in a MMDDYY10 
form.

Which one of the following SAS DATA steps correctly creates this raw data file?