A00-201 Exam Details

  • Exam Code
    :A00-201
  • Exam Name
    :SAS Base Programming
  • Certification
    :SAS Institute Certifications
  • Vendor
    :SAS Institute
  • Total Questions
    :140 Q&As
  • Last Updated
    :Jul 15, 2026

SAS Institute A00-201 Online Questions & Answers

  • Question 121:

    The following SAS SORT procedure step generates an output data set

    proc sort data = sasuser.houses out = report;

    by style;

    run;

    In which library is the output data set stored?

    A. WORK
    B. REPORT
    C. HOUSES
    D. SASUSER

  • Question 122:

    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. 6
    B. 9
    C. .(missing numeric value)
    D. The program fails to execute due to errors.

  • Question 123:

    The following SAS program is submitted:

    Data_null;

    set old (keep = prod sales 1 sales2);

    file `file-specification';

    put sales1 sales2; run;

    Which one of the following default delimiters separates the fields in the raw data file created?

    A. : (colon)
    B. (space)
    C. , (comma)
    D. ; (semicolon)

  • Question 124:

    Click the Exhibit button to view the output of a FREQ procedure.

    The variable STYLE has a permanent label of `Style of homes" and the variable BEDROOMS has a permanent label of "Number of bedrooms".

    Which one of the following SAS programs produced the output shown in the exhibit?

    A. proc freq data = sasuser.houses; tables style and bedrooms; run;
    B. proc freq data = sasuser.houses; tables style * bedrooms; run;
    C. proc freq data = sasuser.houses; tables style bedrooms; run;
    D. proc freq data = sasuser.houses; tables style; tables bedrooms; run;

  • Question 125:

    The following SAS program is submitted:

    data allobs;

    set sasdata.origin (firstobs = 75 obs = 499);

    run;

    The SAS data set SASDATADRIGIN contains 1000 observations.

    How many observations does the ALLOBS data set contain?

    A. 424
    B. 425
    C. 499
    D. 1000

  • Question 126:

    The following SAS program is submitted:

    data work.flights;

    destination = `cph';

    select(destination); when('LHR') city = `London';

    when('CPH') city = `Copenhagen';

    otherwise city = `Other';

    end;

    run;

    Which one of the following is the value of the CITY variable?

    A. Other
    B. Copenh
    C. Copenhagen
    D. ``(missing character value)

  • Question 127:

    Which one of the following is true of the RETAIN statement in a SAS DATA step program?

    A. It can be used to assign an initial value to _N_.
    B. It is only valid in conjunction with a SUM function.
    C. It has no effect on variables read with the SET, MERGE and UPDATE statements.
    D. It adds the value of an expression to an accumulator variable and ignores missing values.

  • Question 128:

    The following SAS program is submitted:

    proc print data = sasuser.houses;

    run;

    proc means data = sasuser.shoes;

    run;

    Which one of the following OPTIONS statements resets the page number to 1 for the second report?

    A. options pageno = 1;
    B. options pagenum = 1;
    C. options reset pageno = 1;
    D. options reset pagenum = 1;

  • Question 129:

    The SAS data set EMPLOYEE_INFO is listed below:

    IDNUMBER Expenses 2542 100.00 3612 133.15 2198 234.34 2198 111.12

    The following SAS program is submitted:

    proc sort data = employee_info; run;

    Which one of the following BY statements completes the program and sorts the data sequentially by ascending expense values within each ascending IDNUMBER value?

    A. by Expenses IDNumber;
    B. by IDNumber Expenses;
    C. by ascending (IDNumber Expenses);
    D. by ascending IDNumber ascending Expenses;

  • Question 130:

    The following SAS program is submitted:

    proc report data = work.houses nowd;

    column style price;

    where price < 100000;

    title;

    run;

    Click the Exhibit button to view the output from the REPORT procedure.

    Assume permanent variable labels have been assigned.

    Which one of the following completes the program and produces the output displayed in the exhibit?

    A. define style / display width = 9; define price / sum format = comma9. width = 10;
    B. define style / width = 9; define price / sum format = comma9. width = 10;
    C. define style / group width = 9; define price / sum format = comma9. width = 10;
    D. define style / order width = 9; define price / sum format = comma9. width = 10;

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-201 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.