Syntax options:
SQLOPTIONS= (C_STRING=[NO]BLANK_FILL)
SQLOPTIONS= (C_STRING=[NO]FIXED_CDD_STRINGS)
SQLOPTIONS= (C_STRING=([NO]BLANK_FILL, [NO]FIXED_CDD_STRINGS))
Specifies how to handle C host language character strings:
o [NO]BLANK_FILL (default: BLANK_FILL)
Controls whether or not C character strings are filled with
blanks as required by the SQL89 and ANSI/ISO SQL standards or
if the null terminator is placed after the last data byte of
the source string.
o [NO]FIXED_CDD_STRINGS (default: NOFIXED_CDD_STRINGS)
Controls whether or not SQL treats C character strings from
CDD/Repository record definitions as fixed-length character
strings or C null-terminated strings.