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

Exam A00-211 All Questions

View all questions & answers for the A00-211 exam

Exam A00-211 topic 1 question 51 discussion

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

The following SAS program is submitted:
data work.retail;
cost = 20000;
total= .10* cost
run;
What is the result?

  • A. The value of the variable TOTAL in the output data set is 2000. No messages are written to the SAS log.
  • B. The value of the variable TOTAL in the output data set is 2000. A note that conversion has taken place is written to the SAS log.
  • C. The value of the variable TOTAL in the output data set is missing. An error message is written to the SAS log.
  • D. The variable TOTAL in the output data set has no value. The program fails to execute due to a syntax error.
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
Kleinstone
3 years, 10 months ago
also, a semicolon is missed after the assignment of total.
upvoted 1 times
...
Kleinstone
3 years, 10 months ago
quotation mark of 20000 is missed if it is B.
upvoted 1 times
...
Kleinstone
3 years, 11 months ago
the answer for this question should be D? I run the code. there is no output if the semiconlon is missed before run.
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 ...