The worksheet showen in the pdf is created in Excel, and that's how the SAS-output should be. (fische excel.xls) I don't need to have colors in my output, it was only to indicate the different type of fields. Green fields are data taken from SAS, blue field are calculated and the white fields are tekst. The excel-file is based on a SAS-dataset like this table. The data is sorted based on Number (asc) and Start_date (desc). Number Start_date Date_Fin Code_1 Code2 12345 01-06-2012 30-06-2012 76 4 12345 01-05-2012 31-05-2012 85 5 12345 01-04-2012 30-04-2012 80 4 12345 01-03-2012 31-03-2012 83 5 12345 01-02-2012 29-02-2012 79 3 12345 01-01-2012 31-01-2012 81 4 45678 01-05-2012 30-06-2012 80 6 45678 01-03-2012 30-04-2012 79 5 45678 01-01-2012 29-02-2012 83 7 78912 01-06-2012 30-06-2012 80 5 Based on this table I should create 3 excel-files IFI_12345, IFI_45678 and IFI_78912. Can I do this with Proc Report or should I keep using the call execute? temp.xml is an example created with the call execute methode. As you can see there is no layout.
... View more