SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 18 Topic 2 Discussion

SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 18 Topic 2 Discussion

A00-215 Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

Which ODS EXCEL statement correctly creates an Excel workbook using the ANALYSIS style?


A.

ods excel workbook='c:\report.xlsx' / analysis;


B.

ods excel 'c:\report.xlsx' / analysis;


C.

ods excel='c: \report.xlsx' style=analysis;


D.

ods excel file='c:\report.xlsx' style=analysis;


Get Premium A00-215 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.