My experience is you don't allow DB2 fields to be declared as nullable when they may contain binary data. Any other thoughts?
Duh, of course you don't design databases that are not significant to the application. Nullable columns slowdown DB2 less than varchars.Unless a null value is significant to an application
the conventional way of representing a nullable column set to NULL in COBOL is low-values (x'00').