Specifies whether FaultFinder is enabled. FaultFinder enables you to get information on unexpected program termination at run time.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set faultfind_level=----integer---------><
Parameters:
integer
|
Any positive value up to 100,000. Specifying this tunable turns on FaultFinder. The last
integer events are dumped to a FaultFinder report if abnormal application termination occurs. The greater the value of
integer, the more memory is used.
|
Properties:
Default:
|
0 (off)
|
IDE equivalent:
|
None
|