Creating a TASM exception

To maintain system availability at an optimal level all the time, TASM provides various tools to accomplish it. We have filters defined to block any request from coming onto the system, throttles to limit the number of requests coming onto the system, and then we have exceptions on the system. Exceptions are used to control any active work on the system. Once a query is active, there should be some way to control it; this is where exceptions come into play. 

Exceptions make sure that any request/query that is active on the system is controlled, and if at any step it crosses the threshold, it needs to be controlled, as a query has many steps and sometimes till run time we don't know actual resource consumption of ...

Get Teradata Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.