LOG_RECOVER_REPORT

Use this variable to specify a file in which the actions of the transaction recovery process, run using C$RECOVER, are written.

The value of this variable can contain a number of special parameters:

For example, the following value creates a recovery report in the current directory, appending the process ID to the file name:

LOG_RECOVER_REPORT recover-%p.txt
Note: If C$RECOVER is called multiple times from the same COBOL program, subsequent calls will append (not overwrite) details to the file, unless the program uses the SET ENVIRONMENT verb to change the value of LOG_RECOVER_REPORT.