Which SAS System option(s) can aid in benchmarking?
A. SYSTIMERWhich one of the following techniques concatenates data in SAS?
A. the APPEND procedureThe following SAS ARRAY statement is submitted:
array score{*} a4 - a10, a25 ;
Which one of the following is the maximum number of elements stored?
A. 3The following SAS program is submitted:
%macro location;
data _null_;
call symput ('dept','sales');
run;
%let country=Germany;
%put_global_;
%mend;
%let company = ABC;
%location;
Which macro variables are written to the SAS log?
A. COMPANY and DEPT onlyGiven the SAS dataset ONE
ONE
SALARY
The following SAS program is submitted
Proc sql;
Select * from one
quit;
The following output is desired:
SALARY
Which WHERE expression completes the program and generates the desired output?
A. Where salary is notGiven the SAS data sets shown on the left, the SAS program on the right is submitted.

What will be the result when this program is executed?
A. Option AGiven the following SAS data sets ONE and TWO: ONE TWO
YEAR QTR BUDGET YEAR QTR SALES
2001 3 500 2001 4 300
2001 4 400 2002 1 600
2002 1 700
The following SAS program is submitted:
proc sql;
select one.*, sales
from one, two;
quit;
Which one of the following reports is generated?
A. YEAR QTR BUDGET SALES 2001 4 400 300 2002 1 700 600Following SAS program is submitted:
data temp(
infile 'rawdata';
input x $ y z;
run;
RAWDATA is a file reference to an external file that is ordered by the variable X.
Which option specifies how the data in the SAS data set TEMP will be sorted?
A. ORDEREDBY=XThe following SAS program is submitted:

The current system date macro variable is 30JUL2013. Which output will be written to the log by the program?
A. In two years it will be: 2014+1Which one of the following options displays the value of a macro variable in the SAS log?
A. MACRONowadays, 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-212 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.