Free A00-215 Exam Braindumps (page: 5)

Page 4 of 16

Given the report shown below:



Which PROC PREQ step creates the frequency report?

  1. proc freq data= cars;
    tables make drivetrain;
    run;
  2. proc freq data= cars;
    tables make *drivetrain;
    run;
  3. proc freq data- cars;
    tables drivetrain make;
    run;
  4. proc freq data- cars;
    tables drivetrain* make;
    run;

Answer(s): D



Which PROC SORT option allows you to create an output data set of the sorted data?

  1. Data=
  2. SORTOUT=
  3. OUTPUT=
  4. OUT=

Answer(s): A



The following program is summited:



The following report is created:



However, the desired report is shown below:



What change is needed to display the desired formatted values for the Answer varia

  1. Change the unformatted values on the VALUE statement to upper case letters
  2. Remove the comma located on the VALUE statement
  3. Add a period to the end of the format name on the VALUE statement.
  4. Remove the dollar sign located at the front of the format name

Answer(s): C



Given the input data set WORK. GR_ANS with two character variables:



The following SAS program is submitted:



Which report is created?
A)



B)



C)



D)

  1. Option A
  2. Option B
  3. Option C
  4. Option D

Answer(s): D






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

A00-215 Discussions & Posts