COBOL - Opções de compilação - INITCHECK
Use the INITCHECK option to have the compiler check for uninitialized data items and issue warning messages when they are used without being initialized.
Default is: NOINITCHECK
Abbreviations are: IC | NOIC
Restrictions:
Notes: