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

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

SAS Institute A00-281 Exam Actual Questions

The questions for A00-281 were last updated on April 23, 2024.
  • Viewing page 1 out of 25 pages.
  • Viewing questions 1-4 out of 104 questions

Topic 1 - Single Topic

Question #1 Topic 1

Given the following data at WORK DEMO:

Which SAS program prints only the first 5 males in this order from the data set?
A)

B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Reveal Solution Hide Solution   Discussion   2

Correct Answer: B 🗳️

Question #2 Topic 1

Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?
A)

B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Reveal Solution Hide Solution   Discussion  

Correct Answer: A 🗳️

Question #3 Topic 1

The following SAS program is submitted:
proc sort data=SASUSER.VISIT out=PSORT;
by code descending date cost;
run;
Which statement is true regarding the submitted program?

  • A. The descending option applies to the variable CODE.
  • B. The variable CODE is sorted by ascending order.
  • C. The PSORT data set is stored in the SASUSER library.
  • D. The descending option applies to the DATE and COST variables.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: B 🗳️

Question #4 Topic 1

What information can be found in the SAS Dictionary tables? (Choose two.)

  • A. datasets contained within a specified library
  • B. values contained within a specified format
  • C. variables contained within a specified dataset
  • D. values contained within a specified variable
Reveal Solution Hide Solution   Discussion  

Correct Answer: AC 🗳️

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 ...