SAS Base, A00-211 Crambible
SAS 베이스 자격증
QUESTION NO: 84
Which statement describes a characteristic of the SAS automatic variable _ERROR_?
A. The _ERROR_ variable maintains a count of the number of data errors in a DATA step.
B. The _ERROR_ variable is added to the program data vector and becomes part of the data set being
created.
C. The _ERROR_ variable can be used in expressions in the DATA step.
D. The _ERROR_ variable contains the number of the observation that caused the data error.
시스템적인 언어, _ERROR_에 대한 설명 중 맞는거를 찾는건데요. 데이터 스텝에서 에러가 발생하면 1을 할당하고, 에러없이 잘 실행되면 0을 갖는 자동 변수인데요. 물론 아웃풋에는 보여지지 않습니다. (becomes part of the data set being created. 따라서 여기가 틀렸습니다)
같은문제 42번 참고하세요.
Answer: C
반응형
'SAS > Base Programmer' 카테고리의 다른 글
[A00-211, Crambible] SAS Q86 - where, % (0) | 2017.06.06 |
---|---|
[A00-211, Crambible] SAS Q85 - Excel workbook (0) | 2017.06.05 |
[A00-211, Crambible] SAS Q83 - ods (0) | 2017.06.04 |
[A00-211, Crambible] SAS Q82 - input (0) | 2017.06.03 |
[A00-211, Crambible] SAS Q81 - ods (66번 참고) (0) | 2017.06.02 |