Free A00-212 Exam Braindumps (page: 5)

Page 4 of 47

The following SAS program is submitted:

date view=sauser.ranch;
describe;
run;

What is the result?

  1. The program creates a DATA step view called SASUSER.RANCH and places the program cod in the current editor window
  2. The program retrieves the SAS source code that creates the view and places it in the output window
  3. The program creates a DATA step view called SASUSER.RANCH and places it in the SAS log
  4. the program retrieves the SAS source code that creates the view and places it in the SAS log

Answer(s): D



Which SAS procedure changes the name of a permanent format for a variable stored in a SAS data set?

  1. DATASETS
  2. MODIFY
  3. FORMAT
  4. REGISTRY

Answer(s): A



Given the SAS data set ONE:

ONE
DIVISION SALES
A 1234
A 3654
B 5678

The following SAS program is submitted:
Data_null_;
Set one;
By divition;
If first.division then
Do;
%let mfirst=sales;
end;
run;

What is the value of the macro variable MFRIST when the program finishes execution?

  1. 1234
  2. sales
  3. 5678
  4. null

Answer(s): B



The following SAS program is submitted:

%let first=yourname;
%let last=first;
%put &&&last;

What is written to the SAS Log?

  1. First
  2. Yourname
  3. &&First
  4. &yourname

Answer(s): B






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

A00-212 Discussions & Posts