The contents or the raw data rile AMOUNT are listed below:
----|----10----|----20----|----30 $1,234
The following SAS program is submitted:
data test; infile `amount'; input@1 salary 6.; run;
Which one of the following is the value or the SALARY variable?
A. 1234Click the Exhibit button to view two reports.

Assume permanent variable labels have been assigned. The following SAS program is submitted and produces the first report:
proc report data = sasuser.shoes nowd; column region subsidiary sales; define subsidiary / display; define region / group; define sales / sum;
Which one of the following corrects the program above to produce the second report shown in the exhibit?
A. Define the variable SUBSIDIARY with a SUM usage.The contents of the raw data file FURNITURE are listed below:
----|----10----|----20----|----30
chair,,table
chair,couch,table
The following SAS program is submitted:
data stock;
infile `furniture' dsd; input item 1 $ item2 $ item3 $; run;
Which one of the following is the value of the variable named ITEM2 in the first observation of the output data set?
A. tableThe following SAS program is submitted:
data work.new;
mon = 3;
day = 23;
year = 2000;
date = mdy(mon,day,year); run;
Which one of the following is the value of the DATE variable?
A. a character string with the value `23mar2000'The following SAS program is submitted:
data work.products;
Product_Number = 5461;
Item = `1001';
Item_Reference = ltem||'/'IlProduct_Number; run;
Which one of the following is the value of the variable ITEM_REFERENCE in the output data set?
A. 1001/5461Which one of the following statements is true regarding the name of a SAS array?
A. It is saved with the data set.The SAS data sets WORK.EMPLOYEE and WORKSALARY are listed below:
WORK.EMPLOYEE WORK. SALARY
name age name salary
Bruce 30 Bruce 25000
Dan 40 Bruce 35000
Dan 25000
The following SAS program is submitted:
data work.empdata;
merge work.employee
work.salary;
by fname;
totsal + salary;
run;
How many variables are output to the WORK.EMPDATA data set?
A. 3The following SAS program is submitted:
data revenue; set year_1; var1 = mdy(1,15,i960); run;
Which one of the following values does the variable named VAR1 contain?
A. 14The SAS data sets WORKEMPLOYEE and WORKSALARY are shown below:
WORK.EMPLOYEE WORK.SALARY
fname age fname salary
Bruce 30 Bruce 25000
Dan 40 Bruce 35000
Dan 25000
The following SAS program is submitted:
data work.empdata;
by fname;
totsal + salary;
run;
Which one of the following statements completes the merge of the two data sets by the ENAME variable?
A. merge work.employee work.salary (fname = name);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 one of the following contains the footnote text that is displayed in the report?
A. All ProductsNowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only SAS Institute exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your A00-201 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.