質問 1:The contents of the SAS data set named PERM.STUDENTS are listed below:

The following SAS program is submitted using the PERM.STUDENTS data set as input:
libname perm 'SAS-data-library';
data students;
set perm.students;
file 'file-specification';
put name $15. @5 age 2.;
run;
Which one of the following represents the values written to the output raw data file?
A. ----|----10---|----20---|----30
Alfr14ed
Alic13e
Barb13ara
Caro14l
B. ----|----10---|----20---|----30
Alfr14
Alic13
Barb13a
Caro14
C. ----|----10---|----20---|----30
Alfred 14
Alice 13
Barbara 13
Carol 14
D. ----|----10---|----20---|----30----|----10---|----20---|----30
Alfred 14
Alice 13
Barbara 13
Carol 14
正解:B
質問 2:The following SAS program is submitted:
data work.staff;
JobCategory = 'FA';
JobLevel = '1';
JobCategory = JobCategory || JobLevel;
run;
Which one of the following is the value of the variable JOBCATEGORY in the output data set?
A. FA 1
B. ' ' (missing character value)
C. FA
D. FA1
正解:C
質問 3:The SAS data set named WORK.TEST is listed below:

Which one of the following SAS programs created this data set?
A. data work.test;data work.test;
capacity = 150;
if 100 le capacity le 200 then;
airplanetype = 'Small'; airplanetype = 'Small';
staff = 5;
else;
airplanetype = 'Large'; airplanetype = 'Large';
staff = 10;
run;
B. data work.test;
capacity = 150;
if 100 le capacity le 200 then
do;
airplanetype = 'Large';
staff = 10;
end;
else
do;
airplanetype = 'Small';
staff = 5;
end;
run;
C. data work.test;
capacity = 150;
if 100 le capacity le 200 then
do;
airplanetype = 'Large';
staff = 10;
else
do;
airplanetype = 'Small'; airplanetype = 'Small';
staff = 5;
end;
run;
D. data work.test;
capacity = 150;
if 100 le capacity le 200 then
airplanetype = 'Large' and staff = 10;
else airplanetype = 'Small' and staff = 5;
run;
正解:B
質問 4: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?
A. ods html file = 'sales.html';
B. ods file html = 'sales.html';
C. ods html = 'sales.html';
D. ods file = 'sales.html';
正解:A
質問 5:The following SAS DATA step executes on Monday, April 25, 2000:
data newstaff;
set staff;
start_date = today();
run;
Which one of the following is the value of the variable START_DATE in the output data set?
A. a character string with the value 'Monday, April 25, 2000'
B. a character string with the value '04/25/2000'
C. the numeric value 14725, representing the SAS date for April 25, 2000
D. the numeric value 04252000, representing the SAS date for April 25, 2000
正解:C
質問 6:The following SAS program is submitted:
data work.one;
x = 3;
y = 2;
z = x ** y;
run;
Which one of the following is the value of the variable Z in the output data set?
A. 9
B. . (missing numeric value)
C. 6
D. The program fails to execute due to errors.
正解:A
質問 7:The following SAS program is submitted:
data work.company;
set work.dept1(keep = jobcode)
work.dept2(rename = (jcode = jobcode));
run;
Which one of the following is the result?
A. The variable JCODE is written to the output data set.
B. The variable JOBCODE is written to the output data set.
C. Neither variable JCODE nor JOBCODE is written to the output data set.
D. The program fails to execute due to errors.
正解:B
質問 8:The contents of the raw data file EMPLOYEE are listed below:
----|----10---|----20---|----30
Ruth 39 11
Jose 32 22
Sue 30 33
John 40 44
The following SAS program is submitted:
data test;
infile 'employee';
input employee_name $ 1-4;
if employee_name = 'Sue' then input age 7-8;
else input idnum 10-11;
run;
Which one of the following values does the variable AGE contain when the name of the employee is "Sue"?
A. 40
B. 33
C. . (missing numeric value)
D. 30
正解:A
質問 9:A raw data file is listed below:
----|----10---|----20---|----30
squash 1.10
apples 2.25
juice 1.69
The following SAS program is submitted using the raw data file above:
data groceries;
infile 'file-specification';
input item $ cost;
< insert statement(s) here>
run;
Which one of the following completes the program and produces a grand total for all COST values?
A. grandtot = sum cost;
B. grandtot = sum(grandtot,cost);
C. grandtot = sum(grandtot,cost);
output grandtot;
D. retain grandtot 0;
grandtot = sum(grandtot,cost);
正解:D
安全的な支払方式を利用しています
Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のA00-201問題集は全部Credit Cardで支払われることができます。
領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。
一年間の無料更新サービスを提供します
君が弊社のSASInstitute A00-201をご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたSASInstitute A00-201をお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のSASInstitute A00-201を持っていることを保証します。
弊社のSASInstitute A00-201を利用すれば試験に合格できます
弊社のSASInstitute A00-201は専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はA00-201問題集の質問と答えが間違いないのを保証いたします。

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のSASInstitute A00-201を利用すれば、君は一回で試験に合格できます。
弊社は無料SASInstitute A00-201サンプルを提供します
お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料A00-201サンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのA00-201問題集は自分に適するかどうか判断して購入を決めることができます。
A00-201試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。
弊社は失敗したら全額で返金することを承諾します
我々は弊社のA00-201問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のSASInstitute A00-201を利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。
TopExamは君にA00-201の問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。
SASInstitute SAS base programming 認定 A00-201 試験問題:
1. Click the Exhibit button to view a listing of the SASUSER.HOUSES data set.
The following SAS program is submitted:
proc report data = sasuser.houses nowd headline;
column style price;
where price lt 100000;
< insert DEFINE statement here>
define price / mean width = 9;
title;
run;
The following ouput is created by the REPORT procedure:

Which one of the following DEFINE statements completes the above program and produces the above output?

A) define style / display width = 9;
B) define style / order width = 9;
C) define style / group width = 9;
D) define style / across width = 9;
2. The following SAS program is submitted:
libname rawdata1 'location of SAS data library';
filename rawdata2 'location of raw data file';
data work.testdata;
infile <insert item here>;
input sales1 sales2;
run;
Which one of the following is needed to complete the program correctly?
A) rawdata1
B) 'rawdata1'
C) rawdata2
D) 'rawdata2'
3. The contents of the raw data file EMPLOYEE are listed below:
----|----10---|----20---|----30
Ruth 39 11
Jose 32 22
Sue 30 33
John 40 44
The following SAS program is submitted:
data test;
infile 'employee';
input employee_name $ 1-4;
if employee_name = 'Ruth' then input idnum 10-11;
else input age 7-8;
run;
Which one of the following values does the variable IDNUM contain when the name of the employee is "Ruth"?
A) 32
B) . (missing numeric value)
C) 11
D) 22
4. The following SAS program is submitted:
data work.pieces;
do while (n lt 6);
n + 1; end;
run;
Which one of the following is the value of the variable N in the output data set?
A) 4
B) 6
C) 7
D) 5
5. The following SAS DATA step is submitted:
data work.accounting;
set work.department;
length jobcode $ 12;
run;
The WORK.DEPARTMENT SAS data set contains a character variable named JOBCODE with a length of 5.
Which one of the following is the length of the variable JOBCODE in the output data set?
A) 12
B) 8
C) The length can not be determined as the program fails to execute due to errors.
D) 5
質問と回答:
質問 # 1 正解: C | 質問 # 2 正解: C | 質問 # 3 正解: D | 質問 # 4 正解: B | 質問 # 5 正解: D |