Hi, I need to Create quarterly report without changing automated code created for monthly report Present code as follows: %let dt1 = '2014-01-01' /* start date for month*/ %let dt2 = '2014-01-30' /* end date for month */ followed by the automated code that creates dataset for this particular month mentioned in dt1 and dt2 when i run the above code it will create report for month Jan 2014. What if i want to create for Jan Feb and march 2014 different datasets and then combine them to create quarterly report. Could anyone help me with this. Is there a way i can run for 3 different months either by creating loop or macro and running the automated monthly code without making any changes. and create 3 different dataset and merge results of all three dataset and create quarterly report? Any help would be appreciated.
... View more