Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam A00-211 topic 2 question 41 discussion

Actual exam question from SAS Institute's A00-211
Question #: 41
Topic #: 2
[All A00-211 Questions]

The SAS data set BANKS is listed below:

BANKS -
name rate

FirstCapital 0.0718 -

DirectBank 0.0721 -

VirtualDirect 0.0728 -
The following SAS program is submitted:
data newbank;
do year = 1 to 3;
set banks;
capital + 5000;
end;
run;
Which one of the following represents how many observations and variables will exist in the SAS data set NEWBANK?

  • A. 0 observations and 0 variables
  • B. 1 observations and 4 variables
  • C. 3 observations and 3 variables
  • D. 9 observations and 2 variables
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Mandar77
1 year, 9 months ago
There is no Output statement thus it will always return 1 observation. Regarding variable 2 from table in set statement , year and capital = 4 variables. Answer B is right
upvoted 2 times
...
Kleinstone
3 years, 2 months ago
yes. the choice is B.
upvoted 1 times
...
Kleinstone
3 years, 2 months ago
this question is confusing. it seems there are 9 observations and 3 variables.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...