Sample Questions
Question: 1
Which statement is true regarding the XLSX engine in the LIBNAME statement?
A. The individual worksheets are automatically concatenated when reading a Microsoft Excel workbook.
B. The XLSX engine can road and write data in Microsoft Excel workbooks.
C. The XLSX engine can road Microsoft workbooks with both XLSX and XLS extensions
D. The XLSX extension in the Microsoft Excel workbook name is optional in the LIBNAME statement
Answer: A
Question: 2
Which ODS EXCEL statement correctly creates an Excel using the ANALYSIS style?
A. Ods excel=’ c : \report. xlsx’ style=analysis;
B. Ods excel workbook=’ report. xles’ analysis;
C. Ods excel=’ c : \report. xlsx’ / analysis;
D. Ods excel file =’c \report.xlsx’ styleanalysis;
Answer: C
Question: 3
Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?
A. proc import data="mydata. sales" dbms=csv out="mydata.sales; nun
B. proc import datafile="sales.csv" dbms=csv out-mydata. sales;
C. proc import data=mydata.sales dbms=csv out=mydata.gales; run,-
D. proc import datafile=sales.csv dbms=csv out—"mydata,sales"; run;
Answer: D
For more information:
0 comments:
Post a Comment