The following SAS SORT procedure step generates an output data set
proc sort data = sasuser.houses out = report;
by style;
run;
In which library is the output data set stored?
A. WORKThe following SAS program is submitted:
data work.one;
x = 3;
y = 2;
z = x **y;
run;
Which one of the following is the value of the variable Z in the output data set?
A. 6The following SAS program is submitted:
Data_null;
set old (keep = prod sales 1 sales2);
file `file-specification';
put sales1 sales2; run;
Which one of the following default delimiters separates the fields in the raw data file created?
A. : (colon)Click the Exhibit button to view the output of a FREQ procedure.

The variable STYLE has a permanent label of `Style of homes" and the variable BEDROOMS has a permanent label of "Number of bedrooms".
Which one of the following SAS programs produced the output shown in the exhibit?
A. proc freq data = sasuser.houses; tables style and bedrooms; run;The following SAS program is submitted:
data allobs;
set sasdata.origin (firstobs = 75 obs = 499);
run;
The SAS data set SASDATADRIGIN contains 1000 observations.
How many observations does the ALLOBS data set contain?
A. 424The following SAS program is submitted:
data work.flights;
destination = `cph';
select(destination); when('LHR') city = `London';
when('CPH') city = `Copenhagen';
otherwise city = `Other';
end;
run;
Which one of the following is the value of the CITY variable?
A. OtherWhich one of the following is true of the RETAIN statement in a SAS DATA step program?
A. It can be used to assign an initial value to _N_.The following SAS program is submitted:
proc print data = sasuser.houses;
run;
proc means data = sasuser.shoes;
run;
Which one of the following OPTIONS statements resets the page number to 1 for the second report?
A. options pageno = 1;The SAS data set EMPLOYEE_INFO is listed below:
IDNUMBER Expenses 2542 100.00 3612 133.15 2198 234.34 2198 111.12
The following SAS program is submitted:
proc sort data = employee_info;
Which one of the following BY statements completes the program and sorts the data sequentially by ascending expense values within each ascending IDNUMBER value?
A. by Expenses IDNumber;The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;
title;
run;
Click the Exhibit button to view the output from the REPORT procedure.

Assume permanent variable labels have been assigned.
Which one of the following completes the program and produces the output displayed in the exhibit?
A. define style / display width = 9; define price / sum format = comma9. width = 10;Nowadays, 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.