Previous Topic: ExampleNext Topic: Enable Statement Tracing and Data Monitoring


The Statement Trace Facility (COBOL programs only)

The Statement Trace Facility lets you view the logic flow of your program at the statement level. When used in conjunction with data monitoring, it also lets you to view data values from the time that the statement was executed.

Note: This feature is only valid for COBOL programs. Use the Backtrace facility for tracing information for other languages.