The configuration file conforms to this format:
setenv dd_MYFILE /usr/mydir/myfile set cobconfig_error_report=TRUE
The format of each tunable is:
set configurable_name=value
Where value is numeric, a leading zero indicates that the value should be treated as octal (that is, base 8). For example, 07 (octal) is 7 (decimal), while 010 (octal) is 8 (decimal); however, 08 (octal) and 09 (octal) are invalid octal values. Hexadecimal values can also be set by using numeric values that begin with with 0x.