Free A00-280 Exam Braindumps (page: 5)

Page 4 of 25

Review the following procedure format:



What is the required type of data for the variable in this procedure?

  1. Character
  2. Continuous
  3. Categorical
  4. Treatment

Answer(s): B



The following output is displayed:



Which SAS program created this output?

  1. proc freq data=WORK.TESTDATA;
    tables gender * answer / nocol norow nopercent;
    run;
  2. proc freq data=WORK.TESTDATA;
    tables answer * gender / nocol norow nopercent;
    run;
  3. proc freq data=WORK.TESTDATA;
    tables gender * answer / nocol norow nopercent missing;
    run;
  4. proc freq data=WORK.TESTDATA;
    tables answer * gender / nocol norow nopercent missing;
    run;

Answer(s): A



You want 90% confidence limits for a binomial proportion from a one-way table with PROC FREQ. Which option must you add to the TABLES statement?

  1. BINOMIAL
  2. BINOMIAL ALPHA=0.9
  3. BINOMIAL ALPHA=90
  4. BINOMIAL ALPHA=0.1

Answer(s): D



The following SAS program is submitted.



What result is displayed for the variable COUNT?

  1. 1
  2. 2
  3. 33
  4. 44

Answer(s): C






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

A00-280 Exam Discussions & Posts