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

Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions
Questions # 1:

When the following code is submitted, execution fails.

Question # 1

Why does the execution fail?

Options:

A.

Multiple executable statements are not allowed in the DO block.


B.

The OUTPUT statement is not allowed in the DO block.


C.

There are two unclosed DO block.


D.

The conditional logic expressions fail for the DO block


Expert Solution
Questions # 2:

Which SAS format displays a SAS date as 25JUN2019?

Options:

A.

ddMMMyy9.


B.

Date9.


C.

Ddmmmyyyy9.


D.

Dmy9.


Expert Solution
Questions # 3:

Which step temporarily assign a format to the sales variable?

Options:

A.

Proc format;

Formatsales comma12.;

Run;


B.

Data sasuer. Shoes

Set sashelp,sheoes;

Format sales comma12.;


C.

Proc contents data=sashelp.shoes;

Format Sales comma12.;

Run;


D.

Proc print data= sashelp. Shoes

Format sales comma12.;

Run;


Expert Solution
Questions # 4:

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


Expert Solution
Questions # 5:

Which ODS EXCEL statement correctly creates an Excel using the ANALYSIS style?

Options:

A.

Ods excel=’ c : \report. xlsx’ style=analysis;


B.

Ods excel workbook=’ report. xles’ analysis;


C.

Ods excel=’ c : \report. xlsx’ / analysis;


D.

Ods excel file =’c \report.xlsx’ styleanalysis;


Expert Solution
Questions # 6:

Which statement is true regarding variable names?

Options:

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


Expert Solution
Questions # 7:

Given the PATIENT and VISIT data sets and the DATA step shown below:

PATIENT

Question # 7

VISIT

Question # 7

Question # 7

How many observations are created in the ALLVISITS data set?

Options:

A.

5


B.

12


C.

7


D.

0


Expert Solution
Questions # 8:

Which statement is true regarding a variable?

Options:

A.

A character variable can contain alphabetic characters, numeric digits, and other special characters.


B.

A numeric value must be specified in single or double quotes.


C.

A character value cannot exceed 200 bytes.


D.

A numeric variable can contain digits, decimal point, minus sign, currency symbol, and E for scientific notation.


Expert Solution
Questions # 9:

Which LABEL statement has correct syntax?

Options:

A.

Label FName=’ First Name’ ;

LName =; Last Name‘ ;


B.

Label FName=’ First Name’

LName =’ Last Name‘ ;


C.

Label FName=’ First Name’ and

LName =’ Last Name‘ ;


D.

Label FName=’ First Name’ ,

LName =; Last Name‘ ;


Expert Solution
Questions # 10:

Given the SAS data set WORK PRODUCTS:

Question # 10

How many variables does the WORK REVENUE data set contains?

Options:

A.

4


B.

5


C.

2


D.

3


Expert Solution
Viewing page 1 out of 3 pages
Viewing questions 1-10 out of questions