SAS_Institute
A00-202 · Question #52
A00-202 Question #52: Real Exam Question with Answer & Explanation
Sign in or unlock A00-202 to reveal the answer and full explanation for question #52. The question stem and answer options stay visible for context.
Question
The variable attributes of SAS data sets ONE and TWO are shown below: ONE TWO # Variable Type Len Pos # Variable Type Len Pos 2 sales Num 8 8 2 budget Num 8 8 1 year Num 8 0 3 sales Char 8 16 1 year Num 8 0 Data set ONE contains 100 observations. Data set TWO contains 50 observations. Both data sets are sorted by the variable YEAR. SAS A00-202 Exam The following SAS program is submitted: data three; merge one two; by year; run; Which one of the following is the result of the program execution?
Options
- AERROR and WARNING messages are written to the SAS log.
- BNo messages are written to the SAS log.
- CData set THREE is created with two variables and 50 observations.
- DData set THREE is created with three variables and 100 observations.
Unlock A00-202 to see the answer
You've previewed enough free A00-202 questions. Unlock A00-202 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.