Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<exfthexit>

Detects library loading and unloading and de-initializes c-tree at library unload.

Description

The <exfthexit> global configuration keyword is used to determine c-tree de-initialization behavior when libraries are unloaded.

Accepted Values

Value

Effect

atunload

(default) c-tree environment and connections are setup at the first request and reset at application exit or shared library unload.

atfileclose

c-tree environment and connections are setup at the first request and reset at file close or transaction end if the number of open files is 0 and there are no transactions running. (This was the default before the introduction of this keyword)

TOCIndex