Natural

The Natural page displays a list of Natural programs for which activity was detected during the monitoring period.

Contents:

Natural

The Natural page displays a list of Natural programs for which activity was detected during the monitoring period.

Menu commands available in this view include:

  • Histogram
    Creates an address execution map of the program. The Histogram subpage is displayed, which shows where the application was executing or waiting for data or service.

  • Register Listing
    Registers a program listing for this program.

Natural Columns

  • Language
    The fourth-generation language (4GL) for which CA MAT collected data during the monitor session.

  • Library
    The ID of the library where this program or routine resides.

  • Routine
    The name of the routine or program where activity was detected. A routine is a collection of 4GL statements required to perform a function.

  • Active %
    The percentage of the monitored period that CA MAT detected this routine to be executing on a CPU.

  • Wait %
    The percentage of the monitored period that this routine was not executing on a CPU. The value in this field includes both voluntary and involuntary wait. The wait is voluntary if the routine was waiting for a particular time or event before executing. The wait is involuntary if the routine is ready to execute, but is not in control of a CPU. This may be caused by the execution of higher priority programs in the system.

  • Total %
    The sum of the Actv% and the Wait% columns.

  • Routine Description

NATURAL Histogram

These values indicate the activity detected during the monitor run.

For NORMAL analysis mode:

  • Actv%
    The percentage of the monitored period that CA MAT detected this statement to be executing on a CPU.

For all other analysis modes:

  • Wait%
    The percentage of the monitored period that this statement was not executing on a CPU. The value in this field includes both voluntary and involuntary wait.
    The wait is voluntary if the statement was waiting for a particular time or event before executing. The wait is involuntary if the statement is ready to execute, but is not in control of a CPU. This may be caused by the execution of higher priority programs in the system.

  • Totl%
    The sum of the Actv% and the Wait% columns.

Listing

The Listing subpage shows the compile listing of a CSECT that has been registered in CA Mainframe Application Tuner. When invoked from a particular statement, it focuses and highlights that statement in the listing.