Specifies the file to which a FaultFinder report is written.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set faultfind_outfile--=----"[>>]filename"----><
Parameters:
filename
|
The file to which a FaultFinder report is written. If you specify
>>, the output is appended to
filename, if it already exists, otherwise a new file named
filename is created. If
filename contains the string
%p, this string is replaced by the process ID of the program that started FaultFinder.
|
Properties:
Default:
|
fltfnd_out.pid, in the current working directory, where
pid is the process ID of the process that triggered the FaultFinder output.
|
IDE equivalent:
|
None
|