Avoid database server exceptions

When an SQL statement involves the access method, the database server checks the purpose settings in the sysams system catalog table to determine whether the access method supports the statement and the keywords within that statement.

The database server issues an exception and an error message if the purpose settings indicate that the access method does not support a requested SQL statement or keyword.

Specify access-method support for statements, keywords, and storage space types in the sysams system catalog table with a CREATE PRIMARY ACCESS_METHOD or Alter ACCESS_METHOD statement.