-qfunctrace_xlf_enter

Category

Error checking and debugging

@PROCESS

None.

Purpose

Specifies the name of the entry tracing subroutine.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -qfunctrace_xlf_enter--=--enter_routine--------------------><

Defaults

Not applicable.

Parameters

enter_routine
Indicates the name of the entry tracing subroutine.

Usage

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

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

Related information