Which of the following is true about the COMPRESS=YES data set option?
A. It is most effective with numeric data that represents large numeric values
B. It is most effective with character data that contains patterns, rather than simple repetitions
C. It uses the Ross Data Compression method to compress numeric data
D. It is most effective with character data that contains repeated characters
Given the SAS data sets ONE and TWO:
The following SAS program is submitted:
Proc sql;
Select two.*,budget from one
Quit;
The following output is desired:
Which JOIN operator completes the program and generates the desired output?
A. FULL JOIN
B. INNER JOIN
C. LEFT JOIN
D. RIGHT JOIN
Which one of the following options displays the value of a macro variable in the SAS log?
A. MACRO
B. SOURCE
C. SOURCE2
D. SYMBOLGEN
Given the SAS data sets:
The SAS program is submitted:
What output will be produced?
A. Name
Lauren
Smith
Patel
Farmer
Chang
Hiller
B. Name
Chang
Chang
Lauren
C. Name
Patel
Chang
D. Name
Lauren
Patel
Chang
Chang
The following SAS program is submitted:
data temp;
length 1 b 3 x;
infile 'file reference';
input a b x;
run;
What is the result?
A. The data set TEMP is not created because variables A and B have invalid lengths
B. The data set TEMP is created, but variable X is not created
C. The data set TEMP is not created because variable A has an invalid length
D. The data set TEMP is created and variable X has a length of 8
Which one of the following is true regarding the KEEP statement?
A. The KEEP statement is available in both the DATA and the PROC steps.
B. The KEEP statement selects the variables read from the input data set(s).
C. The KEEP statement applies to all data sets created within the same DATA step.
D. The KEEP statement applies only to the first data set created within the same DATA step if more than one data set is created.
Given the data set shown in the left, the SAS program on the right is submitted.
Which program will result in the identical report?
A. Option A
B. Option B
C. Option C
D. Option D
What is the purpose of the SASFILE statement?
A. It requests that SAS data set be opened and loaded into SAS memory one page at a time
B. It requests that a SAS data set the opened and loaded into SAS memory one variable at a time
C. It requests that a SAS data set be opened and loaded into SAS memory one observation at a time
D. It requests that a SAS data set be opened and loaded into SAS memory in its entirety
The following SAS program is submitted:
%let test=one;
%let one=two;
%let two=three;
%let three=last;
%put what displays is andandandandandtest;
What is the written to the SAS log?
A. What displays is three
B. What displays is two
C. What displays is one
D. What displays is last
This item will ask you to provide a segment of missing code.
Given the input data set shown on the left and the output data set shown on the right:
In the text below, enter the code that will complete the program to produce the output set shown above on the right.
Case is ignored and standard SAS syntax rules apply.
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.