SAS Base, A00-211 Crambible
SAS 베이스 자격증
QUESTION NO: 40
What is the purpose or the MISSOVER option on the INFILE statement?
A. It prevents SAS from loading a new record when the end of the current record is reached.
B. It enables SAS to scan the input data records until the character string that is specified in the
@'character-string' expression is round.
C. It enables SAS to continue to read the next input data record if it does not find values in the current input
tine for all the variables in the statement.
D. It causes the DATA step to stop processing if an INPUT statement reaches the end of the current record without finding values for all variables in the statement.
infile statement에서 MISSOVER의 목적이 뭔지 찾는 문제입니다. 답은 A고요. 현재 record를 끝난 다음에 new record를 로딩하도록 해주는 옵션입니다.
데이타를 불러올때 missing value가 있을때 MISSOVER의 옵션이 없으면 missing value값이 제대로 표현되지 않고 데이타가 밀려서 들어오게 되는데요. 이렇게 missing value가 있는 데이타를 불러올때 MISSOVER옵션을 사용해야합니다.
Answer: A
'SAS > Base Programmer' 카테고리의 다른 글
[A00-211, Crambible] SAS Q42 - _ERROR_ (0) | 2017.05.28 |
---|---|
[A00-211, Crambible] SAS Q41 - array (0) | 2017.05.27 |
[A00-211, Crambible] SAS Q39 - proc format (0) | 2017.05.26 |
[A00-211, Crambible] SAS Q38 - sort 26번 참고 (0) | 2017.05.26 |
[A00-211, Crambible] SAS Q37 - 연산방법 19번 참고 (0) | 2017.05.26 |