A00-282 Exam Question 1

Given the following data set (AE):

Data will be reported by onset week. Day 1?
7 is Week 1, Day 8 ?14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as Follow-up events.
Which statements properly assign WEEK to each event?
  • A00-282 Exam Question 2

    The following SAS program is submitted:
    proc sort data=SASUSER.VISIT out=PSORT; by code descending date cost; run; Which statement is true regarding the submitted program?
  • A00-282 Exam Question 3

    Which option for PROC COMPARE will list all observations and variables found in only one of the two data sets being compared?
  • A00-282 Exam Question 4

    Which statement will produce report output that can be opened in Microsoft Word?
  • A00-282 Exam Question 5

    Given the following data set DEMOG:

    Which selection below would be considered hard-coding?