Well, that's a lot of separate questions there: 1) its prompting to save file. This is likely due to the ods outputting results. Turn this off by adding the statement before your tagset one: ods noresults; 2) its not giving desired output file. Sorry, you will have to clarify here. The purpose of tagsets are to create markedup output, the Excel one uses XML which is a flat text file which Excel can parse and display. This is similar to the latest versions of Office which use compressed folders with XML files within. 3) it not proving suporting version of excel file What version of Excel are we talking about? Most versions should be able to to parse XML. 4) and main issue is , its doing strange behaviour. providing missing missing value of computed variable for particular record for date 01jan2014. Please provide specific test data/example output of what is happening. Excel does a great job of hiding most things behind the scenes, so it could be A) you options missing is setup wrong, B) Excel reads a value it doesn't like and changes it, C) the displayed data doesn't fit with general format hence its hidden etc. It may be as simple as setting the style to set the excel format for that cell.
... View more