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.
Answer: A
Latest A00-231 Practice Questions with 262 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments