>If Oracle strips trailing spaces on the client side, is that a
>configurable option? How would you insert significant trailing
>spaces into a VARCHAR column if the client library strips them?
The Oracle precompiler (PROC) has an option: CHAR_MAP=CHARZ
that allows retaining cobol's trailing blanks.