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 1 discussion

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

The SAS data set SASUSER.HOUSES contains a variable PRICE which has been assigned a permanent label of "Asking Price". Which SAS program temporarily replaces the label "Asking Price" with the label "Sale Price" in the output?

  • A. proc print data = sasuser.houses; label price = "Sale Price"; run;
  • B. proc print data = sasuser.houses label; label price "Sale Price"; run;
  • C. proc print data = sasuser.houses label; label price = "Sale Price"; run;
  • D. proc print data = sasuser.houses; price = "Sale Price"; run;
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
_124
6 months, 1 week ago
Option C Proc print data = Sasuser.house label; label price = "sale price";run;
upvoted 1 times
...
Mandar77
1 year, 10 months ago
Selected Answer: C
I have ran option C in Sas studio and verify its correct answer
upvoted 3 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 ...