Controls the inclusion of program memory data in the Faultfinder output file.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set faultfind_config=----integer---------><
Parameters:
|
integer
|
The action to perform and the type of memory as follows:
These values can be combined to suppress combinations of types of memory, for example, a value of 5 will suppress working storage and dynamically allocated memory from being included.
|
| 0
|
Include all types of memory (default)
|
| 1
|
Exclude working storage
|
| 2
|
Exclude thread-local storage
|
| 4
|
Exclude dynamically allocated memory
|
| Default:
|
0
|
| IDE equivalent:
|
None
|
Properties:
| Default:
|
0
|
| IDE equivalent:
|
None
|