STRING DELIMITER field (DELIM DECP value)

The DELIM DECP value determines the string delimiter that is to be used for COBOL.

Acceptable values: DEFAULT, " (quotation mark), ' (apostrophe)
Default: DEFAULT
Update: not recommended
dsnhdecp: DELIM
This option is effective for all varieties of COBOL.
DEFAULT
The string delimiter is the quotation mark.
"
The string delimiter is the quotation mark.
'
The string delimiter is the apostrophe.
See the SQL STRING DELIMITER field for a description of how to use this field to get the set of character string delimiters for COBOL and SQL.