A00-201 무료 덤프문제 온라인 액세스

시험코드:A00-201
시험이름:SAS base programming exam
인증사:SASInstitute
무료 덤프 문항수:140
업로드 날짜:2026-05-27
평점
100%

문제 1

The following SAS program is submitted:
data work.retail;
cost = '20000';
total = .10 * cost;
run;
Which one of the following is the value of the variable TOTAL in the output data set?

문제 2

The following SAS program is submitted:
data work.passengers;
if OrigPassengers = . then
OrigPassengers = 100;
TransPassengers = 100;
OrigPassengers = .;
NonPaying = 10;
TotalPassengers = sum (OrigPassengers, TransPassengers);
run;
Which one of the following is the value of the TOTALPASSENGERS variable in the output data set?

문제 3

Which one of the following statements is true regarding the name of a SAS array?

문제 4

The SAS data set EMPLOYEE_INFO is listed below:

The following SAS program is submitted:
proc sort data = employee_info;
< insert BY statement here>
run;
Which one of the following BY statements completes the program and sorts the data sequentially by descending expense values within each descending IDNUMBER value?

문제 5

The following SAS program is submitted:
< insert ODS statement here>
proc means data = sasuser.shoes;
where product in ('Sandal' , 'Slipper' , 'Boot');
run;
Which one of the following ODS statements completes the program and sends the report to an HTML file?

댓글 추가

귀하의 메일주소는 공개되지 않습니다. 필수 입력 사항은 표시되어 있습니다. *

insert code
그림의 인증번호를 입력하세요.