Application Performance Analyzer for z/OS, Version 11.1, User's Guide

The SECTION statement

The SECTION statement specifies a section to be included in the report. At least one SECTION statement is required. SECTION statements must be placed after their corresponding PROFILE statement(s) and before PRINT or CONVERT statements. An example of a SECTION statement is shown here:

SECTION C01 PROFILE=01 Levels=9 Minimum=2.5 MLD=Y

The above example specifies that the C01 section (CPU Analysis by Category) be included in the report. PROFILE=01 refers to the PROFILE statement that specifies the measurement file from which the report section is to be produced.

Each SECTION statement can specify common parameters (those that apply to all report sections) and section-specific parameters (those that apply to specific section types). The common parameters are described here. Descriptions of the section-specific parameters are presented in Report SECTION descriptions.

SECTION statement common parameters

Section code
This is the first (and only) positional parameter and is mandatory. It specifies a code identifying the type of report section. It is always 3 characters in length. The first character is alphabetic and the second and third characters are numeric.
PROFILE
This keyword parameter is optional. Specify the profile number here - a numeric value between 01 and 99. The value must match a value specified in the first parameter of a PROFILE statement. If omitted, a value of 01 is assumed. By referring to a PROFILE statement, this parameter specifies the measurement file from which the report section is to be built.



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]