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

Initializing STATIC

The compiler option INITSTATIC does for STATIC what INITAUTO does for AUTOMATIC.

Without this option, all uninitialized STATIC storage will be filled with binary zeros. Of course, as was true with the compiler DFT(INITFILL) and runtime STORAGE options discussed above, this means that many variables, e.g. FIXED DEC variables, would have invalid values.


Terms of use | Feedback

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