Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

AGGREGATE

The AGGREGATE option creates an Aggregate Length Table that gives the lengths of arrays and major structures in the source program in the compiler listing.

Read syntax diagramSkip visual syntax diagram   .-NOAGGREGATE----------------------.
>>-+-AGGREGATE--+-------------------+-+------------------------><
                |    .-DECIMAL-.    |
                '-(--+-HEXADEC-+--)-'
 

ABBREVIATIONS: NAG, AG

The suboptions of the AGGREGATE option determine how the offsets of subelements are displayed in the Aggregate Length Table:

DECIMAL
All offsets in the aggregate listing will be displayed in decimal.
HEXADEC
All offsets in the aggregate listing will be displayed in hexadecimal.

The Aggregate Length Table includes structures but not arrays that have non-constant extents. However, the sizes and offsets of elements within structures with non-constant extents may be inaccurate or specified as *.

A sample listing is shown in Using the compiler listing.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)