Vendor: SAS Institute
Certifications: SAS Institute Certifications
Exam Name: SAS Base Programming
Exam Code: A00-201
Total Questions: 140 Q&As
Last Updated: Mar 18, 2025
Note: Product instant download. Please sign in and click My account to download your product.
VCE
SAS Institute A00-201 Last Month Results
A00-201 Q&A's Detail
Exam Code: | A00-201 |
Total Questions: | 140 |
CertBus Has the Latest A00-201 Exam Dumps in Both PDF and VCE Format
A00-201 Online Practice Questions and Answers
The following SAS DATA step is submitted:
libname temp `SAS-data-library';
data temp.report;
set sasuser.houses;
newvar = price * 1.04;
run;
Which one of the following statements is true regarding the program above?
A. The program is reading from a temporary data set and writing to a temporary data set.
B. The program is reading from a temporary data set and writing to a permanent data set.
C. The program is reading from a permanent data set and writing to a temporary data set.
D. The program is reading from a permanent data set and writing to a permanent data set.
The contents of the raw data file CALENDAR are listed below:
----|----10----|----20----|----30
The following SAS program is submitted:
data test;
infile `calendar';
input@1 date mmddyy10.;
if date = `01012000'd then event = `January 1st;
run;
Which one of the following is the value of the EVENT variable?
A. 01012000
B. January 1st
C. .(missing numeric value)
D. The value can not be determined as the program fails to execute due to errors.
A raw data file is listed below:
----I---- 10---I----20---I----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;
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. retain grandtot 0; grandtot = sum(grandtot,cost);
D. grandtot = sum(grandtot,cost); output grandtot;
The following SAS program is submitted:data work.passengers;
data work.passengers;
if OrigPassengers = then
OrigPassengers = 100;
TransPassengers = 100;
OrigPassengers = .;
NonPaying = 10;
TotalPassengers = OrigPassengers + TransPassengers; run;
Which one of the following is the value of the TOTALPASSENGERS variable in the output data set?
A. 100
B. 110
C. 200
D. (missing numeric value)
The following SAS program is submitted:
libname temp `SAS-data-library';
data work.new;
set temp.jobs;
format newdate mmddyy10.;
qdate = qtr(newdate);
ddate = weekday(newdate);
run;
proc print data = work.new;
run;
The variable NEWDATE contains the SAS date value for April 15, 2000.
What output is produced if April 15, 2000 falls on a Saturday?
A. Obs newdate qdate ddate 1 APR152000 2 6
B. Obs newdate qdate ddate 1 04/15/2000 2 6
C. Obs newdate qdate ddate 1 APP152000 2 7
D. Obs newdate qdate ddate 1 04/15/2000 2 7
Add Comments
Yesterday, I passed the exam with unexpected score with the help of this dumps. Thanks for this dumps.Recommend strongly.
This file is so much valid, I passed the A00-201 exam successfully. thanks for my friend introduce this dumps to me.
I have tested yet. I prepared my A00-201 exam only with their materials. Recommend.
there are many same questions between this dumps and exam, so i have passed the exam this morning.thanks for this dumps
At first, I don’t think I can pass the A00-201 exam. But when I used this dumps, I felt more confident to pass the exam. It is not out of my expectation, i passed the exam with the full score because I met many same question that i have done in this dumps. Thanks these dumps, it is useful.
update quickly and be rich in content, great dumps.
Recommend this A00-201 exam dump to you strongly, really useful and convenient.
I have passed the exam with their dumps. Thanks a million!
This dumps is very valid, and i have passed the exam perfectly. Thanks very much, I will continue using it.