Free A00-212 Exam Braindumps (page: 1)

Page 1 of 47

The following SAS program is submitted:

Data sasuser.history;
Set sasuser.history(keep=state x y
Rename = (state=ST));
Total=sum(x, y);
Run;

The SAS data set SASUSER.HISTORY has an index on the variable STATE. Which describes the result of submitting the SAS program?

  1. The index on STATE is deleted and an index on ST is created
  2. The index on STATE is recreated as an index on ST
  3. The index on STATE is deleted
  4. The index on STATE is updated as an index on ST

Answer(s): C



The following SAS program is submitted:

%macro one (input);
%two;
%put the value is &date;
%mend;
%macro two;
data _null_;
call symput('date','12SEP2008');
run;
%mend;
%let date=31DEC2006;
%one(&date)

What is the result when the %PUT statement executes?

  1. A macro variable DATE with the value 12SEP2008 is retrieved from the local symbol table for the ONE macro
  2. A macro variable DATE with the value 12SEP2008 is retrieved from the local symbol table for the TWO macro
  3. A macro variable DATE with the value 12SEP2008 is retrieved from the global symbol table
  4. A macro variable DATE with the value 31DEC2006 is retrieved from the global symbol table

Answer(s): C



Which SET statements option names a variable that contains the number of the observation to read during the current iteration of the DATA step?

  1. OBS=pointobs
  2. POINT=pointobs
  3. KEY=pointobs
  4. NOBS=pointobs

Answer(s): B



When reading a SAS data file, what does the NOBS=option on the SET statement represent?

  1. A variable that represents the total number of observation in the output data set(s)
  2. A variable that represents a flag indicating the end of the file
  3. A variable that represents the total number of observations in the input data set(s)
  4. A variable that represents the current observation number

Answer(s): C



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