nerdexam
SAS_Institute

A00-280 · Question #76

A00-280 Question #76: Real Exam Question with Answer & Explanation

Sign in or unlock A00-280 to reveal the answer and full explanation for question #76. The question stem and answer options stay visible for context.

Question

Given two data sets with the following variables: Data Set HR Variables:
  • SUBJID
  • VISIT
  • HRRATE
Data Set DISP Variables:
  • SUBJID
  • VISIT
  • STATUS
50 data hrates ; 51 merge hr disp ; 52 by subjid ; 53 run ; NOTE: MERGE statement has more than one data set with repeats of BY values. NOTE: There were 13 observations read from the data set WORK.HR. NOTE: There were 6 observations read from the data set WORK.DISP. NOTE: The data set WORK.HRATES has 13 observations and 5 variables. Why is the blue note showing in the log?

Options

  • AThe variable VISIT occurs in both data sets but is not included in the BY statement.
  • BThere are no observations with matching values for SUBJID in either data set.
  • CThere are multiple observations with the same value for SUBJID in both data sets.
  • DOne of the two data sets has multiple observations with the same value for SUBJID.

Unlock A00-280 to see the answer

You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full A00-280 Practice