Free A00-212 Exam Braindumps (page: 11)

Page 11 of 47

Given the SAS dataset ONE ONE
ONE
SALARY
200
205
523
The following SAS program is submitted
Proc sql;
Select * from one
<Insert Where expression here>;
quit;

The following output is desired:
SALARY
200
205
523

Which WHERE expression completes the program and generates the desired output?

  1. Where salary is not
  2. Where salary ne null
  3. Where salary is not missing
  4. Where salary ne missing

Answer(s): C



At the start of a new SAS session; the following program is submitted:

%macro one;
data _null_;
call symput('proc','measn);
run;
proc &proc data=sashelp.class;
run;
%mend;
%one()

What is the result?

  1. The marco variable PRCO is stored in the SAS catalog WORK.SASMACR
  2. The program fails to execute because PROC is a reserved word
  3. The macro variable PROC is stored in the local symbol table
  4. The macro variable PROC is stored in the global symbol table

Answer(s): D



The following SAS program is submitted:

%let value=9;
%let add=5;
%let newval=%eval(&value/&add);

What is the value of the macro variable NEWVAL?

  1. null
  2. 2
  3. 1
  4. 1.8

Answer(s): C



Given the non-indexed SAS data set TEMP:

TEMP
X Y
P 52
P 45
A 13
A 56
R 34
R 12
R 78

The following SAS program is submitted:
Proc print data=temp;
<insert By statement here?
Run;

Which by statement completes the program, create a listing report that is grouped by X and completes without errors?

  1. X;
  2. By X groupd;
  3. By X notsorted;
  4. By descending X;

Answer(s): C



Page 11 of 47



Post your Comments and Discuss SAS Institute A00-212 exam with other Community members:

Nick commented on October 05, 2023
Just bought it, hope for the best
Anonymous
upvote

Abdul SK commented on September 28, 2023
Please upload it
Anonymous
upvote

SK commented on April 21, 2021
You cannot pass this examinations without the help of this braindumps questions.
SINGAPORE
upvote

Miguel commented on April 09, 2020
Muchas Gracias!
I write my exam last week and got a score of 87%. Good and happy for now.

MEXICO
upvote