What output is generated?

The following SAS program is submitted:
data one;
date = ’04juI2005’d;
format date weekdate.; run;
proc print data = one; run;
What output is generated?
A. Obs date
1 Monday, July 4, 2005
B. Obs date
1 July4, 2005
C. Obs date
1 04Jul2005
D. Obs date
1 Monday, 07/04/2005

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.