ARITHMETIC
Specifies how arithmetic expressions are to be evaluated.
BINLIT
Controls whether binary b"" literals are interpreted as numeric values, or Boolean values for use with PIC 1 data items.
COMP-5
Specifies whether the sign is to be dropped when a value is stored in an unsigned COMP-5 data item.
COMP-6
Specifies whether COMP-6 data is to be held in binary or packed decimal format, or emulates ACUCOBOL-GT or RM/COBOL COMP-6 behavior.
HOSTARITHMETIC
Controls whether or not decimal truncation of arithmetic results occurs following a size error condition.
NATIVE-FLOATING-POINT
Determines whether a program's floating point data items are to use IBM hexadecimal format.
SIGNDISCARD
Specifies that a MOVE of a signed numeric DISPLAY field to a group item should discard the sign, and treat the group as an elementary alphanumeric field.
TRUNC
Specifies whether data being stored into a USAGE COMP, USAGE BINARY or USAGE COMP-4 item is to be truncated to the size given by the item's PICTURE clause or to the maximum size the item can hold.