Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAS A00-211 Exam

Status: RETIRED
Exam Name: SAS Certified Base Programmer for SAS
Exam Code: A00-211
Related Certification(s): SAS Certified Programming Specialist Certification
Certification Provider: SAS
Actual Exam Duration: 110 Minutes
Number of A00-211 practice questions in our database: 270 (updated: 21-09-2020)
Expected A00-211 Exam Topics, as suggested by SAS :
  • Topic 1: Access And Create Data Structures/ Create Temporary And Permanent SAS Data Sets
  • Topic 2: Investigate SAS Data Libraries Using Base SAS Utility Procedures/ Combine SAS Data Sets
  • Topic 3: Access An Excel Workbook/ Create And Manipulate SAS Date Values
  • Topic 4: Export Data To Create Standard And Comma-Delimited Raw Data Files
  • Topic 5: Control Which Observations And Variables In A SAS Data Set Are Processed And Output
  • Topic 6: Sort Observations In A SAS Data Set/ Conditionally Execute SAS Statements
  • Topic 7: Use Assignment Statements In The DATA Step/ Validate And Clean Data
  • Topic 8: Modify Variable Attributes Using Options And Statements In The DATA Step
  • Topic 9: Accumulate Sub-Totals And Totals Using DATA Step Statements
  • Topic 10: Use SAS Functions To Manipulate Character Data, Numeric Data, And SAS Date Values
  • Topic 11: Use SAS Functions To Convert Character Data To Numeric And Vice Versa
  • Topic 12: Process Data Using DO LOOPS/ Generate List Reports Using The PRINT Procedure
  • Topic 13: Generate Summary Reports And Frequency Tables Using Base SAS Procedures/ Identify And Resolve Programming Logic Errors
  • Topic 14: Enhance Reports Through The Use Of User-Defined Formats, Titles, Footnotes And SAS System Reporting
  • Topic 15: Generate Reports Using ODS Statements/ Recognize And Correct Syntax Errors/ Examine And Resolve Data Errors
Disscuss SAS A00-211 Topics, Questions or Ask Anything Related

Currently there are no comments in this discussion, be the first to comment!

Free SAS A00-211 Exam Actual Questions

Note: Premium Questions for A00-211 were last updated On 21-09-2020 (see below)

Question #1

Given the data set WORK.DEPARTMENTS:

The following SAS program is submitted:

Which output will be generated?

Reveal Solution Hide Solution
Correct Answer: B

Question #2

Given the SAS data set WORK. PRODUCTS:

The following SAS program is submitted:

data WORK. REVENUE (drop=Sales Returns);

set WORK. PRODUCTS (keep=ProdId Price Sales Returns);

Revenue-Price* (Sales-Returns);

run;

How many variables does the WORK.REVENUE data set contain?

Reveal Solution Hide Solution
Correct Answer: A

Question #3

The SAS data set WORK.ONE contains a numeric variable named Num and a character variable named Char:

The following SAS program is submitted:

proc print data=WORK.ONE;

where Num=contains (1);

run;

Which output is generated?

Reveal Solution Hide Solution
Correct Answer: D

Question #4

When SAS encounters a data when reading from a raw data file, which action will occur?

Reveal Solution Hide Solution
Correct Answer: D

Question #5

Given the following data set WORK.TOYS:

The following SAS program s submitted:

data WORK.GROUPS;

set WORK.TOYS;

if Product=''Cards'' then Group_Desc=''Indoors'';

else if Product in (''Drum'', ''Recorder'') then Group_Desc=''Instruments'';

else if Product=''Ball'' then Group_Desc=''Outdoors'';

run;

proc print data=WORK.GROUPS noobs;

run;

Which output is produced?

Reveal Solution Hide Solution
Correct Answer: C


Unlock Premium A00-211 Exam Questions with Advanced Practice Test Features:
  • Select Question Types you want
  • Set your Desired Pass Percentage
  • Allocate Time (Hours : Minutes)
  • Create Multiple Practice tests with Limited Questions
  • Customer Support
Get Full Access Now

Save Cancel