How to make a SAS DIS job loop over rows of a parameter table
问题 I have a SAS DIS job which extracts and processes some timestamped data. The nature of the job is such that the data must be processed a bit at a time, month by month. I can use a time filter to ensure any given run is within the required timeframe, but I then must manually change the parameters of that table and rerun the job, month by month, until all the data is processed. Since the timeframes extend back quite far, I'd like to automate this process as much as possible. Ideally I'd have a