SAS Certified Base Programmer 123 Questions (119)
Which one of the following statements is true regarding the SAS automatic _ERROR_ variable?
A. The _ERROR_ variable contains the values ‘ON’ or ‘OFF’.
B. The _ERROR_ variable contains the values ‘TRUE’ or ‘FALSE’.
C. The _ERROR_ variable is automatically stored in the resulting SAS data set.
D. The _ERROR_ variable can be used in expressions or calculations in the DATA step.
Topics:
SAS Base Questions |
2 Comments »
D
_ERROR_ automatic variable contains 0 or 1 (False or True)