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 color
daisygreen
B. type color
daisy ellow
C. type color
daisyyellow” “(missing character value)
D. No values are stored for the TYPE and COLOR variables.

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.