Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code = getmirror

Pass the SAS Institute Programming Fundamentals A00-215 Questions and answers with ExamsMirror

Practice at least 50% of the questions to maximize your chances of passing.
Exam A00-215 Premium Access

View all detail and faqs for the A00-215 exam


739 Students Passed

88% Average Score

98% Same Questions
Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which PROC SORT option allows you to create an output data set of the sorted data?

Options:

A.

Data=

B.

SORTOUT=

C.

OUTPUT=

D.

OUT=

Questions # 12:

Which step reads the SASHELP. BASEBALL data set and creates the temporary data set CATCHERS?

Options:

A.

data sashelp. catchers;

set sashelp.baseball;

where position='c';

run;

B.

data sashelp.baseball;

set catchers;

where position='c';

run;

C.

data sashelp.baseball;

set sashelp.catchers;

where position='c';

run;

D.

data catchers;

set sashelp.baseball;

where position='c';

run;

Questions # 13:

Which program generates the PROC MEANS report below?

Question # 13

Options:

A.

proc means data=sashelp.class nodec;

class Age; run;

B.

proc means data=sashelp. class;

group Age;

run;

C.

proc means data=sashelp. class;

by Age;

run;

D.

proc means data=sashelp. class maxdec=0;

var Age;

run;

Questions # 14:

Which statement is true about SAS program syntax?

Options:

A.

Any statement that begins with an & is a comment and will not execute.

B.

Global statements (such as LIBNAME) need a RUN statement to execute.

C.

Character values in quotation marks are case sensitive.

D.

SAS cannot process steps with multiple statements on the same line.

Questions # 15:

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 # 16:

Given the program shown below:

Question # 16

Given the partial PROC PRINT report below:

Question # 16

Why are the labels for msbp, MPG_city, and MPG_Highway NOT displaying in the PROC PRINT report^

Options:

A.

You must use the LABEL option on the PROC PRINT statement

B.

You must put the LABEL statement in the PROC PRINT step

C.

You must put the LABEL statement after the KEEP statement In the DATA stop

D.

You must use a single LABEL statement for each variable.

Questions # 17:

Given the data set NAMES:

Question # 17

Which PROC SORT program creates the NAMES data set shown below?

Question # 17

Options:

A.

proc sort data=Names;

by Name;

run;

B.

proc sort data=Names;

orderby Name;

run;

C.

proc sort data=Names;

by Age;

run;

D.

proc sort data=Names;

orderby Age;

run;

Questions # 18:

Given the following SAS program:

Question # 18

What footnotes appear for the second PROC PRINY report?

Options:

A.

Created by HR

B.

Created by HR

C.

Draft - Do Not Distribute

Create by HR

D.

Draft –Do NOT Distribute

Questions # 19:

Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?

Options:

A.

proc import datafile=sales.csv dbms=csv

out="mydata.sales";

run;

B.

proc import datafile="sales.csv" dbms=csv

out=mydata. sales;

run;

C.

proc import data="mydata. sales" dbms=csv

out="mydata.sales";

run;

D.

proc import data=mydata.sales dbms=csv

out=mydata.sales;

run;

Questions # 20:

Which PROC MEANS step generates the report below?

Question # 20

Options:

A.

proc means data=class mean std;

var Height Weight;

run;

B.

proc means data=class / mean std;

mean (Height, Weight) ;

std (Height, Weight) ;

run;

C.

proc means data=class;

var mean std;

run;

D.

proc means data=class;

options mean std;

keep Height Weight;

run;

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
TOP CODES

TOP CODES

Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.