The following output is created by the FREQUENCY procedure: Which TABLES option(s) would be used to eliminate the row and column counts and just see the frequencies and percents?
The Excel workbook QTR1.XLS contains the following three worksheets: JAN FEB MAR Which statement correctly assigns a library reference to the Excel workbook?
1. libname qtrdata 'qtr1.xls'; 2. libname 'qtr1.xls' sheets=3; 1. libname jan feb mar 'qtr1.xls'; 2. libname mydata 'qtr1.xls' WORK.heets=(jan,feb,mar);