A00-231 Exam Question 21
The SAS data set named WORK.TEST is listed below:
capacity airplanetype staff
150 Large 10
Which one of the following SAS programs created this data set?
capacity airplanetype staff
150 Large 10
Which one of the following SAS programs created this data set?
A00-231 Exam Question 22
Which one of the following SAS system options prevents the page number from appearing on a report?
A00-231 Exam Question 23
The Excel workbook REGIONS.XLS contains the following four worksheets:
EAST
WEST
NORTH
SOUTH
The following program is submitted:
libname MYXLS 'regions.xls';
Which PROC PRINT step correctly displays the NORTH worksheet?
EAST
WEST
NORTH
SOUTH
The following program is submitted:
libname MYXLS 'regions.xls';
Which PROC PRINT step correctly displays the NORTH worksheet?
A00-231 Exam Question 24
How many of the following SAS data set names are valid?


A00-231 Exam Question 25
The following SAS program is submitted:

Which statement is true about the output data set?

Which statement is true about the output data set?
