Dynamic SQL to derive date parameter for a request that is part of a request set
I want to dynamically populate a date parameter in a request that must run in a request set. According to Article ID 971928.1 this can be done using the Incrementor field in the Define Program form. If the program is completed it uses the procedure in that field to calculate and store the new date for the next run of the program. But if the program runs in a request set, only the set is scheduled. Where and when is the new value of the date calculated and saved? Does it really work in a request set?
0