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

INITCTL

The INITCTL option directs the compiler to add an INITIAL attribute to any CONTROLLED variable declared without an INITIAL attribute.

Read syntax diagramSkip visual syntax diagram   .-NOINITCTL-.
>>-+-INITCTL---+-----------------------------------------------><
 

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

The INITCTL option will cause more code to be generated for any ALLOCATE of a CONTROLLED variable that is not fully initialized and will have a negative impact on performance.

The INITCTL 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)