Free A00-280 Exam Braindumps (page: 4)

Page 3 of 25

The following question will ask you to provide a line of missing code.

The following program is submitted to output observations from data set ONE that have more than one record per patient.

  1. BYSUBJID; BYSUBJID;

Answer(s): A



Given the data set WORK.BP with the following variable list:

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

Answer(s): D



The following SAS program is submitted:

+

You want to store all calculated means and standard deviations in one SAS data set.

Which statement must be added to the program?

  1. output mean std;
  2. ods output mean=m1 m2 std=s1 s2;
  3. output out=WORK.RESULTS mean=m1 m2 std=s1 s2;
  4. ods output out=WORK.RESULTS mean=m1 m2 std=s1 s2;

Answer(s): C



Which program will report all created output objects in the log?

  1. proc ttest data=WORK.DATA1 ods=trace;
    class TREAT;
    var RESULTS;
    run;
  2. ods trace on;
    proc ttest data=WORK.DATA1;
    class TREAT;
    var RESULTS;
    run;
  3. ods trace=log;
    proc ttest data=WORK.DATA1;
    class TREAT;
    var RESULTS;
    run;
  4. ods trace log;
    proc ttest data=WORK.DATA1;
    class TREAT;
    var RESULTS;
    run;

Answer(s): B






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

A00-280 Exam Discussions & Posts