Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAS Exam A00-215 Topic 6 Question 43 Discussion

Actual exam question for SAS's A00-215 exam
Question #: 43
Topic #: 6
[All A00-215 Questions]

Given the data sets AMERICIAN NATIONAL and results in the data set BASEBALL shown below:

Which DATA step correctly creates the BASEBALL data set?

Show Suggested Answer Hide Answer
Suggested Answer: B

The correct answer is B. The set statement in SAS can concatenate multiple datasets together. The AMERICAN and NATIONAL datasets appear to have the same structure and variables, so the set statement without any options will combine them into one dataset called BASEBALL. The order of the datasets in the set statement determines the order of the observations in the output dataset, and since there is no variable that needs renaming to match between the two datasets, option B is the correct answer.


SAS documentation on the set statement.

Contribute your Thoughts:

Elliot
22 days ago
I'm going with C too. Renaming the variable is the key step here. The rest of them are just not going to work.
upvoted 0 times
...
Carol
1 months ago
Hah, those other options are like trying to fit a square peg in a round hole. C is the way to go, no doubt about it.
upvoted 0 times
Corazon
23 hours ago
Definitely, C is the right choice.
upvoted 0 times
...
Mariann
3 days ago
I agree, option C is the correct one.
upvoted 0 times
...
...
Lili
1 months ago
The correct answer is C. It's the only one that renames the 'TeamName' variable to 'Team' to match the structure of the BASEBALL data set.
upvoted 0 times
Brandon
26 days ago
I think the correct answer is A.
upvoted 0 times
...
...
Janella
2 months ago
Hmm, that's an interesting point. I see your rationale. Let's review the question again.
upvoted 0 times
...
Karan
2 months ago
I disagree, I believe the correct answer is C because it renames the variable TeamName to Team.
upvoted 0 times
...
Janella
2 months ago
I think the correct answer is A because it renames the variable Team to TeamName.
upvoted 0 times
...

Save Cancel