The following SAS program is submitted:
%let value=9;
%let add=5;
%let newval=%eval(andvalue/andadd);
What is the value of the macro variable NEWVAL?
A. null
B. 2
C. 1
D. 1.8
Which one of the following statements is true?
A. The WHERE statement can be executed conditionally as part of an IF statement.
B. The WHERE statement selects observations before they are brought into the PDV.
C. The subsetting IF statement works on observations before they are read into the PDV.
D. The WHERE and subsetting IF statements can be used interchangeably in all SAS programs.
Given the following SAS data set ONE:
ONE
LEVEL AGE
1 10
2 20
3 20
2 10
1 10
2 30
3 10
2 20
3 30
1 10
The following SAS program is submitted:
proc sql;
select level, max(age) as MAX
from one
group by level
having max(age) > (select avg(age) from one);
quit;
Which one of the following reports is generated?
A. LEVEL AGE 2 20 3 20
B. LEVEL AGE 2 30 3 30
C. LEVEL MAX 2 20 3 30
D. LEVEL MAX 2 30 3 30
Given 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 A
B. Option B
C. Option C
D. Option D
In the data step merge, the BY variables in all data sets must have the same:
A. Name and length
B. Name, type, and length
C. Name and type
D. Name
Given the data sets: The following SAS program is submitted:
Which result set would be generated?
A. 100
B. 200
C. 300
D. 400
Which MACRO option is responsible for this partial SAS log?
A. MAUTOLOCDISPLAY
B. MLOGIC
C. MPRINTNEST
D. MPRINT
Given the SAS data sets:
A SAS program is submitted and the following is written to SAS to:
What would allow the program to successfully execute without errors?
A. Qualify the column names with the table names.
B. Replace the 104 with: Where EMPLOYEE.Name = Any (Select names separated with `,' From WORK.NEWEMPLOYEE Where Salary > 40000);
C. Replace the where clause with: Where EMPLOYEE.Name = (Select Names delimited with `,' From WORK.NEWEMPLOYEE Where Salary > 40000);
D. Replace the equal sign with In operator.
The following SAS program is submitted:
data new (bufnp=4);
set old(bufno=4);
run;
Why are the BUFNO options used?
A. To reduce the number I/O operations
B. To reduce network traffic
C. To reduce memory usage
D. To reduce the amount of data read
The following SAS program is submitted:
data temp;
array points{3,2}_temporary_ (10,20,30,40,50,60);
score = points{2,1}
run;
Which one of the following is the value of the variable SCORE in the data set TEMP?
A. 10
B. 20
C. 30
D. 40
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-212 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.