Free A00-212 Exam Braindumps (page: 10)

Page 10 of 47

Given the following partial SAS log:

NOTE: SQL table SASHELP.CLASS was created line
Create table SASHELP.CLASS(bufsize=4096)
(
Name char(8);
Gender Char(1);
Age num;
Height num;
Weight num
);

Which SQL procedure statement generated this output?

  1. DESCRIBE TABLE
  2. LIST TABLE
  3. VALIDATE TABLE
  4. CREATE TABLE

Answer(s): A



The following SAS program is submitted:

options mprint;
%macro test(parm);
proc &parm data = sashelp.prdsale;
run;
%mend;
%test(print)

What is the result of the MPRINT options?

  1. It has no effect in this example
  2. It writes the original program code inside the marco definition to the SAS log
  3. It writes macro execution messages to the SAS.log
  4. It echoes the text sent to the SAS compiler as a result of macro execution in the SAS log

Answer(s): D



Given the SAS data set ONE:

ONE
REP COST
SMITH 200
SMITH 400
JONES 100
SMITH 600
JONES 100
The following SAS program is submitted:
Proc sql;
Select rep, avg(cost) as AVERAGE
From one
Group by rep
<insert SQL procedure clause here>
quit;

The following output is desired:


Which SQL procedure clause completes the program and generates the desired output?

  1. having avg(cost) < select avg(cost) from one);
  2. Having avg(cost)>(select avg(cost) from one);
  3. Where avg(cost)>(select avg(cost) from one);
  4. Where calculated average > (select avg(cost) from one);

Answer(s): B



Given the data set SASHELP.CLASS:

SASHELP.CLASS
NAME AGE
Mary 15
Philip 16
Robert 12
Ronald 15
The following SAS program is submitted:
%let value = Philip;
proc print data = sashelp.class;
<insert WHERE statement here>
run;

Which WHERE statement successfully completes the program and procedures a report?

  1. Where upcase(name)=%upcase(&value);
  2. Where upcase(name)="upcase(&value)";
  3. Where upcase(name)=upcase(&value);
  4. Where upcase(name)="%upcase(&value)";

Answer(s): D



Page 10 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