The variable attributes of SAS data sets ONE and TWO are shown below:
ONE TWO
# Variable Type Len Pos # Variable Type Len Pos
2 sales Num 8 8 2 budget Num 8 8
1 year Num 8 0 3 sales Char 8 16
1 year Num 8 0
Data set ONE contains 100 observations. Data set TWO contains 50 observations. Both data sets are sorted by the variable YEAR.
The following SAS program is submitted:
data three;
merge one two;
by year;
run;
Which one of the following is the result of the program execution?
A. No messages are written to the SAS log.This question will ask you to provide a segment of missing code.
Given the SAS data set WORK EXAM:
TotalScore
*
The following SAS program is submitted:

The following output is desired:
TotalScore
Which WHERE expression completes the program and generates the desired output?
A. Where TotalScore is not missingThe SAS data set WORK.TEMPDATA contains the variables FMTNAME, START and The following SAS program is submitted:
Proc format cntlin=wor.tempdata;
Run;
What is the result of submitting the FORMAT procedure step?
A. It uses the WORK.TEMPDATA SAS data set as input to create the formatThe following SAS program is submitted:
%macro one (input);
%two;
%put the value is anddate;
%mend;
%macro two;
data _null_;
call symput('date','12SEP2008');
run;
%mend;
%let date=31DEC2006;
%one(anddate)
What is the result when the %PUT statement executes?
A. A macro variable DATE with the value 12SEP2008 is retrieved from the local symbol table for the ONE macroThe following SAS program is submitted:
%macro check(num=4);
%let result=%eval(andnm gt 5);
%put result is andresult;
%mend;
%check (num=10)
What is written to the SAS log?
A. result is trueWhich macro statement would remove the macro variable mv_Info from the symbol table?
A. %symercase Mv_Info;The following SAS program is submitted:
data temp:
array points { 2,3 } (10,15,20,25,30,35);
run;
What impact does the ARRAY statement have in the program Data vector (PDV)?
A. The variables named POINTS10, POINTS15,POINTS20,POINTS25,POINTS30, POINTS35 are created in the PDVGiven the following SAS statement: %let idcode = Prod567;
Which one of the following statements stores the value 567 in the macro variable CODENUM?
A. %let codenum = substr(andidcode,length(andidcode)-2);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 valuesWhich one of the following SAS procedures changes a permanent format of a variable stored in a SAS data set?
A. MODIFYNowadays, 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.