Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

INITSTATIC

The INITSTATIC option directs the compiler to add an INITIAL attribute to any STATIC variable declared without an INITIAL attribute.

Read syntax diagramSkip visual syntax diagram   .-NOINITSTATIC-.
>>-+-INITSTATIC---+--------------------------------------------><
 

This option performs the same function as INITAUTO except for STATIC variables.

The INITSTATIC option could make some objects larger and some compilations longer, but should otherwise have no impact on performance.

The INITSTATIC option does not apply an INITIAL attribute to any variable declared with the NOINIT attribute.


Terms of use | Feedback

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