KI_CLEAR_HANDLES

Close non-permanent database handles

Synopsis:
CALL KI_CLEAR_HANDLES TO status
status = 'ki_clear_handles( )
ArgumentEnumerationPurpose
statusKDB_ERROR_ENUMReturn status
>KI_CLEAR_HANDLES

KI_CLEAR_HANDLES

This can be used at any time to close and free all the temporary autoallocated handles. See KI_ALLOC_HANDLE for how to autoallocate a temporary handle. Normally explicit calling of this function should be unnecessary as temporary handles will be implicitly closed and freed on RUN or LOAD.

History
Introduced in KCML 6.00
See Also:
KI_ADD_TRACKED_LOCK, KI_ALLOC_HANDLE, KI_CLEAR, KI_CLOSE_TABLE, KI_DROP_TRACKED_LOCK, KI_FREE_HANDLE, KI_GET_HANDLE, KI_GET_TRACKED_LOCKS, KI_HANDLE_GET_ATTR, KI_HANDLE_GET_ATTR_STR, KI_HANDLE_SET_ATTR, KI_HANDLE_SET_ATTR_POOL, KI_HANDLE_SET_ATTR_STR
KCML database status codes