Free A00-212 Exam Braindumps (page: 24)

Page 24 of 47

Which one of the following statements is true regarding a SAS DATA step view?

  1. It allows write capabilities.
  2. It contains global statements.
  3. It contains data and a descriptor portion.
  4. It contains a partially compiled DATA step.

Answer(s): D



Given the following SAS data sets ONE and TWO:

ONE TWO
OBS COMMON X OBS COMMON Y
1 A 10 1 A 1
2 A 13 2 A 3
3 A 14 3 B 4
4 B 9 4 B 2
5 C 8 5 C 5
6 C 14
The following SAS DATA step is submitted:
data combine;
merge one two;
by common;
run;

Which one of the following represents the data values stored in data set COMBINE?

  1. OBS COMMON X Y
    1 A 10 1
    2 A 13 3
    3 A 14 3
    4 B 9 4
    5 B 9 2
    6 C 8 5
    7 C 14 5
  2. OBS COMMON X Y
    1 A 10 1
    2 A 13 3
    3 B 9 4
    4 C 8 5
  3. OBS COMMON X Y
    1 A 10 1
    2 A 13 3
    3 B 14 4
    4 B 9 2
    5 C 8 5
  4. OBS COMMON X Y
    1 A 10 1
    2 A 13 1
    3 A 14 1
    4 A 10 3
    5 A 13 3
    6 A 14 3
    7 B 9 4
    8 B 9 2
    9 C 8 5
    10 C 14 5

Answer(s): A



Assume today is Tuesday, July 23, 2002. Which one of the following statements submitted at the beginning of a SAS session assigns the value Tuesday, July 23, 2002 to the macro variable START?

  1. %let start = today(),weekdate.;
  2. %let start = today(),format=weekdate.;
  3. %let start = %sysfunc(today(),weekdate.);
  4. %let start = %sysfunc(%today(),weekdate.);

Answer(s): C



The following SAS program is submitted:
%macro test(var);
%let jobs = BLACKSMITH WORDSMITH SWORDSMITH;
%let type = %index(&jobs,&var);
%mend;
%test(SMITH)

Which one of the following is the resulting value of the macro variable TYPE?

  1. 0
  2. 3
  3. 6
  4. null

Answer(s): C



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