Previous Topic: TCP/IPNext Topic: USER


TRACE (ISERVE)

This parameter controls what trace output is sent to the ISERVE log, ISRVLOG.

Syntax

TRACE {ALTER}   {ON}
      {DEBUG}   {OFF}
      {FAILED}
      {LOAD}
      {RESULT}
      {SCHED}
      {SPACE}
      {SUBCALL}

Parameters

ALTER

Lists storage alterations performed by the MEMORY() function, regardless of an explicit NOLOG option in the function parameter list.

DEBUG

Lists miscellaneous debugging information. This option should only be activated at the request of CA Technologies Support.

FAILED

Lists all IMODs that fail during scheduling.

LOAD

Lists each IMOD as it is loaded or re-loaded into memory.

RESULT

Lists the contents of the result variable, as returned by each IMOD.

SCHED

Lists each IMOD as it is executed.

SPACE

Lists memory usage statistics for each IMOD as it is executed.

SUBCALL

Lists calls to external subroutines from within an IMOD task.

ON/OFF

Determines whether tracing is active or inactive.

Usage Notes