Interface exit components
The table space creation exit consists of the ARSUTBL sample program, which contains a sample table space creation exit in C source form.
The table space creation is implemented by a DLL which in this document is called arsutbl. However, the DLL can have any name and can reside in any directory. The sample ARSUTBL places the DLL in /opt/IBM/ondemand/V10.5/bin/exits.
The following statement must exist in the ARS.CFG file
that is associated with the instance so that the arsutbl DLL can be
invoked:
ARS_DB_TABLESPACE_USEREXIT=absoulte path name
For
the sample arsutbl, you would specify the following statement in the ARS.CFG file: ARS_DB_TABLESPACE_USEREXIT=/opt/IBM/ondemand/V10.5/bin/exits/arsutbl