Download SASInstitute.A00-211.CertDumps.2018-06-27.173q.tqb

Download Exam

File Info

Exam SAS Base Programming for SAS (r) 9
Number A00-211
File Name SASInstitute.A00-211.CertDumps.2018-06-27.173q.tqb
Size 3 MB
Posted Jun 27, 2018
Download SASInstitute.A00-211.CertDumps.2018-06-27.173q.tqb

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Given the SAS data set SASDATA TWO:
SASDATA TWO 
X    Y 
--    --     
5    2 
3    1 
5    6 
The following SAS program is submitted:
data sasuser.one two sasdata.three; 
set sasdata two; 
if x = 5 then output sasuser.one; 
else output sasdata two; 
run; 
What is the result?


  1. data set SASUSER.ONE has 5 observations 
    data set SASUSER.TWO has 5 observations 
    data set WORK.OTHER has 3 observations
  2. data set SASUSER.ONE has 2 observations 
    data set SASUSER.TWO has 2 observations 
    data set WORK.OTHER has 1 observations
  3. data set SASUSER.ONE has 2 observations 
    data set SASUSER.TWO has 2 observations 
    data set WORK.OTHER has 5 observations
  4. No data sets are output. 
    The DATA step fails execution due to syntax errors.
Correct answer: D



Question 2

The following SAS program is submitted:
footnote1 ‘Sales Report for Last Month’; 
footnote2 ‘Selected Products Only’; 
footnote3 ‘All Regions’; 
footnote4 ‘All Figures in Thousands of Dollars’; 
proc print data = sasuser.shoes; 
footnote2 ‘All Products’; 
run; 
Which footnote(s) is/are displayed in the report?


  1. All Products
  2. Sales Report for Last Month All Products
  3. All Products All Regions All Figures in Thousands of Dollars
  4. Sales Report for Last Month All Products All Regions All Figures in Thousands of Dollars
Correct answer: B



Question 3

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?


  1. department = dept II number;
  2. department = left(dept) II number;
  3. department = trim(dept) number;
  4. department=trim(dept)||put(number,3.);
Correct answer: D









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files