Hi Everyone! Below is one of the challenge im facing now. Existing scenario: There is Excel template file placed in common folder. This template file contains two sheets (sheet1, sheet2). Both the sheets contains only Variable Names but no records. Also this Template sheet have Footer information which will be displayed only when we do PRINT PREVIEW of excel. Current SAS Code using DDE concept and this template file, writes work dataset data to 2nd sheet of template (not in Sheet1) After exporting SAS data to excel using above DDE concept, this file will be stored to another Folder with another name with datestamp. Now the output excel file contains two sheets ( sheet1 - only variables ,no data ; Sheet2 - both variables and data records) . Also contains Footer information. Expected Scenario: I need to achieve above scenario without USING DDE CONCEPT in SAS ENTERPRISE GUIDE (version: 9.04.01M2P07232014) I can do this using PROC EXPORT or ODS EXCEL. but the challange im facing is 1) In PROC EXPORT, i can export empty dataset data to sheet1 and data to sheet2 BUT i cant include/define FOOTER information. 2) In ODS EXCEL, i can include/define FOOTER information BUT i can't export empty dataset data to sheet1. HOW TO ACHIEVE THIS. PLEASE HELP ME
... View more