관리 메뉴

나루다루

SAS BASE Q84. _ERROR_ 본문

문제풀이/기타

SAS BASE Q84. _ERROR_

나루다루 2018. 11. 3. 00:15
728x90

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.

 

 

Answer: C





# 문제 풀이

 - _ERROR_은 DATA step에서 사용되고, pdv상에서만 표시된다. output에 표시되지는 않는다. 


728x90
반응형

'문제풀이 > 기타' 카테고리의 다른 글

SAS BASE Q86. substr & scan & %  (0) 2018.11.03
SAS BASE Q85. Excel Worksheet  (0) 2018.11.03
SAS BASE Q83. 엑셀 형식으로 내보내기  (0) 2018.11.03
SAS BASE Q82. if문  (0) 2018.11.03
SAS BASE Q81. ods html  (0) 2018.11.02
Comments