Null indicator variables in COBOL/DB2 programs must be declared as PIC S9(04) COMP, which is a 4-byte signed binary integer. This format can store values indicating null status (-1 for null, 0 for not null, or positive values for truncated data). The 4-byte size matches the SQL standard for null indicators.