Exam Details

  • Exam Code
    :A00-211
  • Exam Name
    :SAS Base Programming for SAS 9
  • Certification
    :SAS Institute Systems Certification
  • Vendor
    :SASInstitute
  • Total Questions
    :270 Q&As
  • Last Updated
    :May 10, 2024

SASInstitute SAS Institute Systems Certification A00-211 Questions & Answers

  • Question 31:

    Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?

    A. infile 'customer.txt' eof=10;

    B. infile 'customer.txt' obs=10;

    C. infile 'customer.txt' obs=10; D. infile 'customer.txt' obs=1-10;

  • Question 32:

    Given the following raw data records:

    The following output data set is desired:

    Which SAS program correctly reads in the raw data?

    A. B. C. D.

  • Question 33:

    The Excel workbook REGIONS.XLSX contains the following four worksheets: EAST

    WEST NORTH SOUTH

    The following program is submitted: libname MYXLS pcfiles path='c:\regions.xlsx';

    Which PROC PRINT step correctly displays the NORTH worksheet?

    A. proc print data=MYXLS.NORTH.XLS; run;

    B. proc print data=MYXLS.'NORTH$'n; run;

    C. proc print data=MYXLS.NORTH$; run;

    D. proc print data=MYXLS.'NORTH'e; run;

  • Question 34:

    The following SAS program is submitted:

    What is the value of the price variable?

    A. No value is stored.

    B. $25.31

    C. . (missing numeric value)

    D. 25.31

  • Question 35:

    The following SAS program is submitted: What is the value of the variable Diff?

    A. 1

    B. 0

    C. -99

    D. -1

  • Question 36:

    How many of the following SAS data set names are valid?

    A. 4

    B. 3

    C. 1

    D. 2

  • Question 37:

    Which program will create a comma delimited raw data file (CSV)?

    A.

    B. C. D.

  • Question 38:

    This question will ask you to provide a line of missing code. Given the following data set WORK.SALES:

    The following program is submitted:

    Which statement should be inserted to produce the following output?

    A. Qtr1 = sum(of month {*});

    B. Qtr1 = sum(of month {3});

    C. Qtr1 = month{1} + month{2} + month {3};

    D. Qtr1 = sum(of month{_ALL_});

  • Question 39:

    The following SAS program is submitted: How many observations are written to the WORK.VOLUME data set?

    A. 1

  • Question 40:

    Given the SAS data set WORK.ONE:

    The following SAS program is submitted:

    What value will SAS assign to Total?

    A. 4.8

    B. 1.6

    C. (missing value)

    D. 1.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 SASInstitute 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 SASInstitute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.