Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

4.4.2 Required Settings in a System Environment Variable or a Run-Time Initialization File

@CBR_ATTACH_TOOL=TEST [Start parameter]

It is specified to start the debugger from the program which wants to be debugged. When the Web application made in COBOL is debugged by using the debugger, it is necessary to set this environment variable.

Please refer to "Checking the Operation Using the Interactive Debugger" for details.

@MessOutFile = file-name

Specify the name of a file that stores all run-time messages output by the COBOL run-time system. This inhibits the appearance of a message box on the screen, for example. Use an absolute path to specify the file name. If a file with the same name already exists, messages are appended to that file.

@WindCloseMsg=OFF

Specify whether a confirmation message should appear (ON) or not (OFF) when a window is closed. Specify that a confirmation message should not appear (OFF) while a Web application is running.

@CBR_ISAPI_LOGFILE=log-file-name

Specify a file in which to store log information to be output by the ISAPI Subroutines. This information will be useful when you check the cause of a error. As with the above, use an absolute path on the WWW Server to specify the file name. By default, no log is output.

@CBR_ISAPI_SEVERITY=significance

Specify the significance of log information to be output by the ISAPI Subroutines. Specify one of the following values. If any value other than the following or no value is specified, the significance is assumed to be 0.

Significance

Output in a log file

0

Only critical errors are output.

1

Errors in addition to those with Significance 0 are output.

2

Warnings in addition to those with Significance 1 are output.

3

Traces of ISAPI Subroutines in addition to those with Significance 2 are output.

Note

Specify a value that causes only required errors to be output during operation. An application runs significantly slower as you specify a larger value. In particular, you are not recommended to specify 3 unless you are investigating the cause of an error.

For other run-time environment information and details, see the " NetCOBOL User's Guide."