The following SAS program is submitted:
data work.empsalary;
set work.people (in = inemp)
work.money (in = insal);
if insal and inemp;
run;
The SAS data set WORK.PEOPLE has 5 observations, and the data set WORK.MONEY has 7 observations. How many observations will the data set WORKEMPSALARY contain?
B. 5The following SAS program is submitted:
data work.accounting; set work.dept1 work.dept2; run;
A character variable named JOSCODE is contained in both the WORK.DEPT1 and WORK.DEPT2 SAS data sets. The variable JOSCODE has a length of 5 in the WORK.DEPT1 data set and a length of 7 in the WORPK.DEPT2 data set.
Which one of the following is the length of the variable JOBCODE in the output data set?
A. 5The following SAS program is submitted: I
ibname company `SAS-data-library';
proc sort data = company.payroll;
by EmployeelDNumber;
run;
Write access has been granted to the COMPANY library.
Which one of the following represents how the observations are sorted?
A. COMPANY.PAYROLL is recreated in sorted order by EmployeelDNumber.The following SAS program is submitted:
proc freq data = sales;
Click the Exhibit button to view the output from the FREQ procedure.

Which one of the following statements completes the program and produces the output?
A. tables region productWhen the following SAS program is submitted, the data set SASDATA.PRDSALES contains 5000 observations:
Iibname sasdata `SAS-data-Iibrary';
options obs = 500;
proc print data = sasdata.prdsales (firstobs = 100); run;
options obs = max;
proc means data = sasdata.prdsales (firstobs = 500); run;
How many observations are processed by each procedure?
A. 400 for PROC PRINT 4500 for PROC MEANSThe following SAS program is submitted:
data_null;
set old;
put sales 1 sales2;
run;
Where is the output written?
A. the SAS logThe following SAS program is submitted:
data work.test;
Title = `A Tale of Two Cities, Charles J. Dickens'; Word = scan(title,3,' ,`);
run;
Which one of the following is the value of the variable WORD in the output data set?
A. TThe following SAS program is submitted;
data work.month; date = put('13mar2000'd,ddmmw10.); run;
Which one of the following represents the type and length of the variable DATE in the output data set?
A. numeric, 8 bytesWhen the following SAS program is submitted, the data set SASDATA.PRDSALES contains 5000 observations:
libname sasdata `SAS-data-library';
options obs = 500;
proc print data = sasdata.prdsales (firstobs = 100); run;
options obs = max;
proc means data = sasdata.prdsales (firstobs = 500); run;
How many observations are processed by each procedure?
A. 400 for PROC PRINT 4500 for PROC MEANSThe SAS data set named COMPANY.PRICES is listed below:
The following SAS program is submitted:
libname company `SAS-data-library';
data hware inter soft;
set company.prices (keep = producttype price);
if price le 5.00;
if producttype = `HARDWARE' then output HWARE;
else if producttype = `NETWORK' then output INTER; else if producttype = `SOFTWARE' then output SOFT; run;
How many observations does the HWARE data set contain?

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.