The INITCTL option directs the compiler to add an INITIAL attribute to any CONTROLLED variable declared without an INITIAL attribute.
.-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.