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;
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.
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;
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
The following SAS program is submitted: What is the value of the variable Diff?
A. 1
B. 0
C. -99
D. -1
How many of the following SAS data set names are valid?
A. 4
B. 3
C. 1
D. 2
Which program will create a comma delimited raw data file (CSV)?
A.
B. C. D.
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_});
The following SAS program is submitted: How many observations are written to the WORK.VOLUME data set?
A. 1
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
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.