A00-201 Exam Questions & Answers

Exam Code: A00-201

Exam Name: SAS base programming exam

Updated: Mar 22, 2024

Q&As: 140

At Passcerty.com, we pride ourselves on the comprehensive nature of our A00-201 exam dumps, designed meticulously to encompass all key topics and nuances you might encounter during the real examination. Regular updates are a cornerstone of our service, ensuring that our dedicated users always have their hands on the most recent and relevant Q&A dumps. Behind every meticulously curated question and answer lies the hard work of our seasoned team of experts, who bring years of experience and knowledge into crafting these premium materials. And while we are invested in offering top-notch content, we also believe in empowering our community. As a token of our commitment to your success, we're delighted to offer a substantial portion of our resources for free practice. We invite you to make the most of the following content, and wish you every success in your endeavors.


Download Free SASInstitute A00-201 Demo

Experience Passcerty.com exam material in PDF version.
Simply submit your e-mail address below to get started with our PDF real exam demo of your SASInstitute A00-201 exam.

Instant download
Latest update demo according to real exam

*Email Address

* Our demo shows only a few questions from your selected exam for evaluating purposes

Free SASInstitute A00-201 Dumps

Practice These Free Questions and Answers to Pass the SAS Institute Systems Certification Exam

Questions 1

The following SAS program is submitted:

data work.test;

array agents{4}$ 12 sales1 - sales4

run;

Which one of the following represents the variables that are contained in the output data set?

A. SALES1, SALES2, SALES3, SALES4

B. AGENTS1, AGENTS2, AGENTS3, AGENTS4

C. None, the DATA step fails because the ARRAY statement can reference only numeric data.

D. None, the DATA step fails because the ARRAY statement can reference only pre-existing variables.

Show Answer
Questions 2

When the following SAS program is submitted, the data set SASDATA.PRDSALES contains 5000 observations:

Iibname sasdata `SAS-data-Iibrary';

options obs = 500;

proc print data = sasdata.prdsales (firstobs = 100); run;

options obs = max;

proc means data = sasdata.prdsales (firstobs = 500); run;

How many observations are processed by each procedure?

A. 400 for PROC PRINT 4500 for PROC MEANS

B. 401 for PROC PRINT 4501 for PROC MEANS

C. 401 for PROC PRINT 4500 for PROC MEANS

D. 500 for PROC PRINT 5000 for PROC MEANS

Show Answer
Questions 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; capacity= 150; if 100 le capacity le 200 then airplanetype = `Large' and staff = 10; else airplanetype = `Small' and staff = 5; 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;D.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;

Show Answer
Questions 4

The following SAS program is submitted:

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 = `sales.html';

B. ods file = `sales.html';

C. ods file html = `sales.html';

D. ods html file = `sales.html';

Show Answer
Questions 5

The following SAS program is submitted:

options pageno = 1;

proc print data = sasuser.houses;

run;

proc means data = sasuser.shoes;

run;

The report created by the PRINT procedure step generates 5 pages of output.

What is the page number on the first page of the report generated by the MEANS procedure step?

A. 1

B. 2

C. 5

D. 6

Show Answer

Viewing Page 1 of 3 pages. Download PDF or Software version with 140 questions