Free A00-212 Exam Braindumps (page: 17)

Page 17 of 47

Which one of the following statements is true?

  1. The WHERE statement can be executed conditionally as part of an IF statement.
  2. The WHERE statement selects observations before they are brought into the PDV.
  3. The subsetting IF statement works on observations before they are read into the PDV.
  4. The WHERE and subsetting IF statements can be used interchangeably in all SAS programs.

Answer(s): B



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?

  1. No messages are written to the SAS log.
  2. ERROR and WARNING messages are written to the SAS log.
  3. Data set THREE is created with two variables and 50 observations.
  4. Data set THREE is created with three variables and 100 observations.

Answer(s): B



Given the following SAS statement:

%let idcode = Prod567;
Which one of the following statements stores the value 567 in the macro variable CODENUM?

  1. %let codenum = substr(&idcode,length(&idcode)-2);
  2. %let codenum = substr(&idcode,length(&idcode)-3);
  3. %let codenum = %substr(&idcode,%length(&idcode)-2);
  4. %let codenum = %substr(&idcode,%length(&idcode)-3);

Answer(s): C



The following SAS program is submitted:

data new (bufsize = 6144 bufno = 4);
set old;
run;

Which one of the following describes the difference between the usage of BUFSIZE= and BUFNO= options?

  1. BUFSIZE= specifies the size of the input buffer in bytes; BUFNO= specifies the number of input buffers.
  2. BUFSIZE= specifies the size of the output buffer in bytes; BUFNO= specifies the number of output buffers.
  3. BUFSIZE= specifies the size of the output buffer in kilobytes; BUFNO= specifies the number of input buffers.
  4. BUFSIZE= specifies the size of the output buffer in kilobytes; BUFNO= specifies the number of output buffers.

Answer(s): B



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