SAS_Institute
A00-280 · Question #76
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…
The correct answer is C. There are multiple observations with the same value for SUBJID in both data sets. See the full explanation below for the reasoning.
Question
Given two data sets with the following variables:
Data Set HR Variables:
- SUBJID
- VISIT
- HRRATE
- SUBJID
- VISIT
- STATUS
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.
How the community answered
(29 responses)- A3% (1)
- B10% (3)
- C83% (24)
- D3% (1)
Community Discussion
No community discussion yet for this question.