-qfunctrace_xlf_exit

Category

Error checking and debugging

@PROCESS

None.

Purpose

Specifies the name of the exit tracing subroutine.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -qfunctrace_xlf_exit--=--exit_routine----------------------><

Defaults

Not applicable.

Parameters

exit_routine
Indicates the name of the exit tracing subroutine.

Usage

You use the -qfunctrace_xlf_exit option to specify that the external or module procedure being compiled must be used as an exit tracing procedure.

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

Related information