A00-211 Exam Details

  • Exam Code
    :A00-211
  • Exam Name
    :SAS Base Programming for SAS 9
  • Certification
    :SAS Institute Certifications
  • Vendor
    :SAS Institute
  • Total Questions
    :270 Q&As
  • Last Updated
    :Jun 07, 2026

SAS Institute A00-211 Online Questions & Answers

  • Question 61:

    Read the table

    The following SAS program is submitted:

    proc freq data = sales;

    run;

    The following output is created by the FREQUENCY procedure:

    Which TABLES statement(s) completed the program and produced the output?

    A. tables region product;
    B. tables region * product;
    C. tables product * region;
    D. tables product; tables region;

  • Question 62:

    The SAS data sets WORK.EMPLOYEE and WORK.SALARY are listed below:

    WORK.EMPLOYEE WORK.SALARY

    fname age fname salary

    Bruce 30 Bruce 25000

    Dan 40 Bruce 35000

    Dan 25000

    The following SAS program is submitted:

    data work.empdata;

    merge work.employee

    work.salary;

    by fname;

    totsal + salary;

    run;

    How many variables are output to the WORK.EMPDATA data set?

    A. 3
    B. 4
    C. 5
    D. No variables are output to the data set as the program fails to execute due to errors

  • Question 63:

    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?

    A. 5
    B. 2
    C. 4
    D. 3

  • Question 64:

    Given the following data step:

    After data step execution, what will data set WORK.GEO contain?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 65:

    Given the following SAS log entry: What caused the error?

    A. The INPUT statement should be after the DATALINES statement.
    B. The CANCEL option is required with DATALINES.
    C. A semi-colon is missing on the DATALINES statement.
    D. Character data must be specified in quotes.

  • Question 66:

    The SAS data set named WORK.SALARY contains 10 observations for each department, and is currently ordered by Department. The following SAS program is submitted:

    What is the value of the variable Total before the first iteration of the data step?

    A. The value of the first observation's Wagerate.
    C. Missing
    D. Cannot be determined from the information given

  • Question 67:

    This question will ask you to provide a missing option. Given the following SAS program:

    Which option needs to be added to wrap the labels to the next line whenever it encounters an asterisk?

    A. label = `*'
    B. labelsplit = `*'
    C. split = `*'
    D. wrap = `*'

  • Question 68:

    Given the contents of the raw data file TYPECOLOR.DAT:

    The following SAS program is submitted:

    What are the values of the variables Type and Color?

    A. Type=daisy, Color=yellow
    B. Type=daisy, Color=w
    C. Type=daisy, Color=daisyyellow
    D. Type=daisy, Color=

  • Question 69:

    The following SAS program is submitted:

    data work.test;

    Author = 'Christie, Agatha';

    First = substr(scan(author,2,' ,'),1,1);

    run;

    Which one of the following is the value of the variable FIRST in the output data set?

    A. A
    B. C
    C. Agatha
    D. ' ' (missing character value)

  • Question 70:

    The SAS data set WORK.AWARDS is listed below:

    fname points

    Amy 2

    Amy 1

    Gerard 3

    Wang 3

    Wang 1

    Wang 2

    The following SAS program is submitted:

    proc sort data = work.awards;

    by descending fname points;

    run;

    Which one of the following represents how the observations are sorted?

    A. Wang 3 Gerard 3 Wang 2 Amy 2 Wang 1 Amy 1
    B. Wang 3 Wang 2 Wang 1 Gerard 3 Amy 2 Amy 1
    C. Wang 3 Wang 1 Wang 2 Gerard 3 Amy 2 Amy 1
    D. Wang 1 Wang 2 Wang 3 Gerard 3 Amy 1 Amy 2

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only SAS Institute exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your A00-211 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.