SAS_Institute
A00-211 · Question #187
The Excel workbook QTR1.XLS contains the following three worksheets: JAN FEB MAR Which statement correctly assigns a library reference to the Excel workbook?
The correct answer is A. libname qtrdata 'qtr1.xls'. See the full explanation below for the reasoning.
Question
The Excel workbook QTR1.XLS contains the following three worksheets:
JAN FEB MAR Which statement correctly assigns a library reference to the Excel workbook?
Options
- Alibname qtrdata 'qtr1.xls';
- Blibname 'qtr1.xls' sheets=3;
- Clibname jan feb mar 'qtr1.xls';
- Dlibname mydata 'qtr1.xls' WORK.heets=(jan,feb,mar);
How the community answered
(22 responses)- A86% (19)
- B5% (1)
- D9% (2)
Community Discussion
No community discussion yet for this question.