NUMCHECK

Starting with COBOL V6.1, the compiler will generate additional code to validate data items used as sending data items if the NUMCHECK option is specified. Setting NUMCHECK(NOZON,NOPAC,NOBIN) or NONUMCHECK are the fastest options.

NUMCHECK(BIN) has no effect if TRUNC(BIN) or TRUNC(STD) is in effect.