SAS_Institute
A00-280 · Question #20
Given the following log entry: 47 data hrstes ; 48 merge dm hr ; 49 by subjld ; 50 run ; INFO: The variable mexcd on data set WORK.HR will be overwritten by data set WORK.HR. NOTE: There were 4…
The correct answer is B. MSGLEVEL=I. See the full explanation below for the reasoning.
Question
Given the following log entry:
47 data hrstes ;
48 merge dm hr ;
49 by subjld ;
50 run ;
INFO: The variable mexcd on data set WORK.HR will be overwritten by data set WORK.HR.
NOTE: There were 4 observations read from the data set WORK.HR.
NOTE: There were 4 observations read from the data set WORK.HR.
NOTE: The data set WORK.HRSTES has 4 observations and 4 variables.
NOTE: DATA statement used (Total process time):
real time 0.06 seconds
cpu time 0.01 seconds
Which SAS system option adds the lines about observations and variables to the log?
Options
- AINFO
- BMSGLEVEL=I
- CINVALIDDATA=''
- DNOTES
How the community answered
(19 responses)- A11% (2)
- B84% (16)
- C5% (1)
Community Discussion
No community discussion yet for this question.