This is working great, however As I mentioned this is for huge database, the following program data all; format date date9.; set sample; do date=Start_Date to End_Date; output; end; keep date price; run; creates one record for each day and each price.I need to calculate this 5 years for more than a billion records. Just don't want to create one record for each date, and each price. Can we optimize this process? To approve a single suggestion, mouse over it and click "✔" Click the bubble to approve all of its suggestions.
... View more