Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

A.1.51 TRACE compile option

This option specifies whether to use the TRACE function (TRACE) or not (NOTRACE).

Item

Description

Tracing procedure names

Specifies whether to use the TRACE function. The default is NOTRACE.

TRACE

Uses the TRACE function.

NOTRACE

Does not use the TRACE function.

Number of variables showing trace information

Specifies an integer ranging from 1 to 999999 as the number of trace information items to be output. The default is 200.

Note

  • If TRACE is specified, processing to display trace information is embedded in an object program, decreasing execution performance. After debugging, recompile the program with NOTRACE specified.

  • TRACE cannot be specified together with the COUNT compile option. If both of these options are specified together, the option specified last is valid.