@saikiran_nemani wrote:
SAS 9.3 and excel oss is not working
Then you should use tagsets.excelxp and a .xml extension.
The extension must be xml., Excel will still open the file, though it may not be the default application.
ODS TAGSETS.EXCELXP FILE='/SAS/SAI/REPEAT_SUMMARY.XML'
@saikiran_nemani wrote:
ODS LISTING;
ODS TAGSETS.EXCELXP FILE='/SAS/SAI/REPEAT_SUMMARY.XLS'
ODS TAGSETS.EXCELXP CLOSE;
If you persist in using .XLS as the file extension for TAGSETS.EXCELXP steps, you will continue to get the Microsoft warning. This is a MICROSOFT requirement that the file extension match the contents of the file.
Again, the correct file extension to use with TAGSETS.EXCELXP is .XML -- NOT .XLS because TAGSETS.EXCELXP is creating Spreadsheet Markup Language XML and Microsoft wants the output file to have the correct extension. Otherwise, change the registry, as I explained earlier based on the Tech Support note.
Cynthia
How often do we need to tell you that you HAVE TO USE THE CORRECT EXTENSION?
If you do not want to take our advice, then why are you here at all?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.