SAS_Institute
A00-201 · Question #31
A00-201 Question #31: Real Exam Question with Answer & Explanation
The correct answer is A. 2. See the full explanation below for the reasoning.
Question
The contents of the raw data file SIZE are listed below:
|----10----|----20----|----30
72 95
The following SAS program is submitted:
data test;
infile 'size';
input @1 height 2. @4 weight 2;
Which one of the following is the value of the variable WEIGHT in the output data set?
Options
- A2
- B72
- C95
- D(missing numeric value)
Community Discussion
No community discussion yet for this question.