SAS Base Programming Specialist A00-231 Dumps Questions

SAS Base Programming Specialist A00-231 Dumps Questions

You’ve come to the correct place if you’re preparing for the A00-231 SAS 9.4 Base Programming — Performance-based exam. All of the new A00-231 Dumps Questions can assist you in determining your proficiency. Our A00-231 Dumps Questions are designed to assist you in examining your drill process and refining it to ensure success on the SAS A00-231 exam.  You can assess your preparation by taking the complete SAS Base Programming Specialist A00-231 Dumps Questions for your single success.

Now you may take this A00-231 practice test!

Page 1 of 7

1. The following SAS program is submitted:

data work.totalsales (keep = monthsales{12} );

set work.monthlysales (keep = year product sales);

array monthsales {12} ;

do i=1 to 12;

monthsales{i} = sales;

end;

run;

The data set named WORK.MONTHLYSALES has one observation per month for each of five years for a total of 60 observations.

Which one of the following is the result of the above program?

2. The following SAS program is submitted:









What is the value of the price variable?

3. Given the raw data file EMPLOYEE.TXT:





The following SAS program is submitted:





What value does the variable idnum contain when the name of the employee is “Ruth”?

4. On which portion(s) of a SAS data set does the PRINT procedure report?

5. The following SAS program is submitted:

data WORK.OUTDS;

do until(Prod GT 6);

Prod + 1;

end;

run;

What is the value of the variable Prod in the output data set?

6. Given the raw data record DEPT:

----|----10---|----20---|----30

Printing 750

The following SAS program is submitted:

data bonus;

infile ‘dept’;

inputdept$ 1-11 number 13- 15;

<insert statement here>

run;

Which SAS statement completes the program and results in a value of ‘Printing750’ for the DEPARTMENT variable?

7. This question will ask you to provide a missing format:

Given the contents of the raw data file 'EMPLOYEE.TXT'





Which SAS information correctly completes the program?

8. Given the SAS data set ONE:

ONE

ObsDte

-------------

109JAN2005

212JAN2005

The following SAS program is submitted:

data two;

set one;

day = <insert expression here>;

format dte date9.;

run;

The data set TWO is created:

TWO

ObsDteDay

109JAN20051

12JAN20054

Which expression successfully completed the program and created the variable DAY?

9. The following SAS program is submitted:

data WORK.ACCOUNTING;

set WORK.DEPARTMENT;

label Jobcode='Job Description';

run;

Which statement is true about the output dataset?

10. The contents of the raw data file SIZE are listed below:

--------10-------20-------30

72 95

The following SAS program is submitted:

data test;

infile 'size';

input @1 height 2. @4 weight 2;

run;

Which one of the following is the value of the variable WEIGHT in the output data set?


 

Share this post

Leave a Reply

Your email address will not be published. Required fields are marked *