MAXINIT

The MAXINIT option determines when the compiler flags code that will generate large object files when the VALUE type function is applied to a typed structure.

Read syntax diagramSkip visual syntax diagramMAXINIT( max)
max
Specifies the maximum number of bytes that can be used when the VALUE type function is applied to a typed structure. The compiler flags all statements that use more bytes than the amount specified by max.

You should examine statements that are flagged under this option. If you code them differently or if you change the definition of the typed structure, you might be able to reduce the size of the object file produced by the compiler.

The default is MAXINIT(64K).