What variable X contains what value?

The following SAS program is submitted:
data WORK.DATE_INFO;
X="01Jan1960" D;
run;
What variable X contains what value?
A. the numeric value 0
B. the character value "01Jan1960"
C. the date value 01011960
D. the code contains a syntax error and does not execute.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “What variable X contains what value?

  1. Correct ans is D, as in date capital D is written which indicate double. Hence will throw a syntax error.

Leave a Reply

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


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