exam questions

Exam A00-211 All Questions

View all questions & answers for the A00-211 exam

Exam A00-211 topic 1 question 50 discussion

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

The following SAS program is submitted, creating the SAS data set ONE: data one; infile file specification; input num chars$; run;

ONE -

NUM CHAR -
------- ---------
1 23
3 23
1 77
The following SAS program is submitted:
proc print data = one;
where char = 23;
run;
What is output?

  • A. NUM CHAR 1 77
  • B. NUM CHAR 1 23 3 23
  • C. NUM CHAR 1 23 3 23 1 77
  • D. No output is generated.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mhminkov
1 month, 1 week ago
if we assume that the missing quotations marks are intentional, then given answer D is correct, .. message in Log: "ERROR: WHERE clause operator requires compatible variables."
upvoted 1 times
...
Kleinstone
6 months, 4 weeks ago
the answer seems incorrect. The proper one is B.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago