Fairly certain that once the query has reached a RESPONDING state TASM workload settings do not effect it. The duration which a query remains in RESPONDING state depends on environmental factors such as network bandwidth between TD and the client, whether the client application is prompting the user to return the full resultset (e.g. SQL Assistant), and the volume of data being returned to the client.
Something tells me that the query would not be parsed until after the workload has been released from the delay queue. Otherwiser, TD would have to keep the plan cached for the unknown duration in which the workload has been delayed. During the time which workload has been delayed there could be changes to the underlying tables that would adversely affect the plan.

Hi All,
I've two questions: