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 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 (?) , you can switch to a simple comment.
Switch to a voting comment New
mhminkov
2 years, 10 months 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
3 years, 4 months 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 ...