Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

A00-215 Exam Dumps - SAS Certified Associate: Programming Fundamentals Using SAS 9.4

Go to page:
Question # 9

The following program is summited:

The following report is created:

However, the desired report is shown below:

What change is needed to display the desired formatted values for the Answer varia

A.

Change the unformatted values on the VALUE statement to upper case letters

B.

Remove the comma located on the VALUE statement

C.

Add a period to the end of the format name on the VALUE statement.

D.

Remove the dollar sign located at the front of the format name

Full Access
Question # 10

Given the report shown below:

Which PROC PREQ step creates the frequency report?

A.

proc freq data= cars;

tables make drivetrain;

run;

B.

proc freq data= cars;

tables make *drivetrain;

run;

C.

proc freq data- cars;

tables drivetrain make;

run;

D.

proc freq data- cars;

tables drivetrain* make;

run;

Full Access
Question # 11

Which statement is true about SAS program syntax?

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.

Full Access
Question # 12

Which statement is true regarding variable names?

A.

Variable names are case sensitive.

B.

Variable names are from 1 to 32 characters in length.

C.

Variable names are optional when you create a data set

D.

Variable names can start with a number or an underscore

Full Access
Question # 13

Given the STUDENTS data set below:

What will be the values for First. State and Last. State for Ellen's observation?

A.

First. State=0 and Last. State=1

B.

First. State=0 and Last.State=0

C.

First. State=1 and Last. State=1

D.

First. State=1 and Last.State=0

Full Access
Question # 14

Which statement is true regarding the SET statement?

A.

The SET statement specifies an input data set in the DATA step.

B.

The SET statement specifies an output data set in the PROC SORT step.

C.

The SET statement specifies an input data sot in the PROC SORT step

D.

The SET statement specifies an output data 5et in the DAI A step.

Full Access
Question # 15

Which PROC MEANS step generates the report below?

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;

Full Access
Question # 16

Which PROC MEANS statement specifies the numeric variables to analyze?

A.

BY

B.

CLASS

C.

TABLES

D.

VAR

Full Access
Go to page: