1. Home
  2. SAS
  3. A00-231 Exam Info
  4. A00-231 Exam Questions

Curious about Actual SAS Base Programming Specialist (A00-231) Exam Questions?

Here are sample SAS 9.4 Base Programming - Performance-Based (A00-231) Exam questions from real exam. You can get more SAS Base Programming Specialist (A00-231) Exam premium practice questions at TestInsights.

Page: 1 /
Total 36 questions
Question 1

The following SAS program is submitted:

data work.test;

type='SQL';

if type='SAS' then description='SAS Program';

else description='other'; length description 8;

run;

What occurs when the program is submitted?

Select one:


Correct : D


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

The following SAS program is submitted:

proc means data=work.schools median;

run;

Assume thatWork.Schoolshas two numeric variables and the following PROC MEANS report is produced:

A00-231 Exam Question 2 Exhibit 1

Which of the following SAS statements completes the program and creates the desired report? Select one:


Correct : B


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

A PROC PRINT report was created with the following title:

Asia Sports Vehicle Summary After the PROC PRINT report is run, a programmer would next like to produce a PROC FREQ report with the following title: Asia Sports Vehicle Summary Distribution by Make Which statement(s) would produce the new report titles?

Select one:


Correct : C


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

The following SAS program is submitted:

A00-231 Exam Question 4 Exhibit 1

A00-231 Exam Question 4 Exhibit 2

Why does the program produce an error? Select one:


Correct : C


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

Assume thatWork.Ds1andWork.Ds2exist and the following SAS program is submitted:

A00-231 Exam Question 5 Exhibit 1

How many PDF files are created? Select one:


Correct : A


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Page:    1 / 8   
Total 36 questions