Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free SAS Institute A00-215 Practice Exam with Questions & Answers | Set: 2

Questions 11

What happens when you submit the code shown below?

data table1 table2;

set sashelp.shoes;

output;

run;

Options:
A.

The program does not run because there is no data set specified on the OUTPUT statement.

B.

Each observation in sashelp. shoes is written to both table1 and table2.

C.

Each observation is written twice to table1 and table2.

D.

Each observation in sashelp. shoes is written to table1 only.

SAS Institute A00-215 Premium Access
Questions 12

Which SAS format displays a SAS date as 25JUN2019?

Options:
A.

ddMMMyy9.

B.

Date9.

C.

Ddmmmyyyy9.

D.

Dmy9.

Questions 13

Which statement is true about the DROP statement during the compilation phase of the DATA step?

Options:
A.

The DROP statement flags the variables in the Program Data Vector to be dropped at output.

B.

The DROP statement determines the order of the variables in the Program Data Vector

C.

Variables on the DROP statement are removed from the input data set.

D.

Variables on the DROP statement are not created in the Program Data Vector

Questions 14

Which PROC PRINT option displays variable labels in the report?

Options:
A.

SHOWLABELS

B.

COLS

C.

LABELS=

D.

LABEL

Questions 15

What is the default byte size of a numeric variable?

Enter your numeric answer in the space above.

Options:
Questions 16

The data set Snacks contains three variables (productName, Flavor, and Price). Given the program shown below:

A00-215 Question 16

What is the type and length of SnackType?

Options:
A.

Numeric, 8

B.

Character, 7

C.

Character, 8

D.

Character, 5

Questions 17

Given the following assignment statement:

BirthDate = 15DEC2005’d;

Which statement is true?

Options:
A.

15DEC2005 'd is a character constant

B.

BirthDate is a numeric variable.

C.

The byte size of BirthDate is 9.

D.

The assignment statement contains a syntax error.

Questions 18

Given the PROC PRINT report of the INVEST data set shown below:

A00-215 Question 18

How many observations are in the FORCAST data set after this program executes?

Options:
A.

30

B.

10

C.

0

D.

20

Questions 19

What is the result of submitting the program below?

proc contents data=revenue;

run;

Options:
A.

a report showing the descriptor portion of the REVENUE data set

B.

a report showing the properties of the REVENUE variable

C.

a report showing the values of the REVENUE variable

D.

a report showing the data portion of the REVENUE data set

Questions 20

Given the following code:

A00-215 Question 20

Which variables are created with the BY statement?

Options:
A.

State. First and State. Last

B.

First. State and Last. State

C.

First_State and Last_State

D.

First. and Last.

Exam Code: A00-215
Certification Provider: SAS Institute
Exam Name: SAS Certified Associate: Programming Fundamentals Using SAS 9.4
Last Update: Jul 17, 2025
Questions: 78