What are the values of the variables TYPE and COLOR?

Given the contents of the raw data file TYPECOLOR:

—-I—-10—I—-20—I—-30

Daisyyellow

The following SAS program is submitted:

data flowers;

infile ‘typecolor’;

input type$ 1-5+1 color$;

run;

What are the values of the variables TYPE and COLOR?
A . type colordaisygreen
B. type colordaisy ellow
C. type colordaisyyellow” “(missing character value)
D. No values are stored for the TYPE and COLOR variables.

Answer: B

Latest A00-211 Dumps Valid Version with 270 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments