Which PROC PRINT step correctly displays the NORTH worksheet?

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;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.