SAS Base, A00-211 Crambible
SAS 베이스 자격증
QUESTION NO: 29
The following SAS program is submitted:
proc contents data = sashelp.class varnum;
quit;
What does the VARNUM option print?
A. a list of variable names
B. the total number of variables
C. a list of the variables in alphabetic order
D. a list of the variables in the order they were created
varnum 옵션이 들어가있으면
조회하는 테이블에서, 테이블이 포함한 변수들이 만들어진 순서를 보여주게 됩니다.
Answer: D
반응형
'SAS > Base Programmer' 카테고리의 다른 글
[A00-211, Crambible] SAS Q32 - the syntax error (0) | 2017.05.26 |
---|---|
[A00-211, Crambible] SAS Q30 - 대소문자 구분 (0) | 2017.05.26 |
[A00-211, Crambible] SAS Q28 - @ (0) | 2017.05.26 |
[A00-211, Crambible] SAS Q27 - weekday, month, ddate (0) | 2017.05.26 |
[A00-211, Crambible] SAS Q26 - sort (0) | 2017.05.26 |