-qfunctrace_xlf_catch

Category

Error checking and debugging

@PROCESS

None.

Purpose

Specifies the name of the catch tracing subroutine.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -qfunctrace_xlf_catch--=--catch_routine--------------------><

Defaults

Not applicable.

Parameters

catch_routine
Indicates the name of the catch tracing subroutine.

Usage

You use the -qfunctrace_xlf_catch option to specify that the external or module procedure being compiled must be used as a catch tracing procedure.

Note:
  • If you write a tracing subroutine, make sure that the program does not contain any user procedures called __func_trace_catch.
  • You must not specify the name of an internal subroutine when you use the -qfunctrace_xlf_catch option.

Related information