- The defaults for compiler options may now be changed at installation.
- The integrated SQL preprocessor now supports DB2 Unicode.
- The compiler now generates information that allows Debug Tool
to support Auto Monitor, whereby immediately before each statement
is executed, all the values of all the variables used in the statement
are displayed.
- The new NOWRITABLE compiler option lets you specify that even
under NORENT and at the expense of optimal performance, the compiler
should use no writable static when generating code to handle FILEs
and CONTROLLED.
- The new USAGE compiler option gives you full control over the
IBM or ANS behavior of the ROUND and UNSPEC built-in function without
the other effects of the RULES(IBM|ANS) option.
- The new STDSYS compiler option lets you specify that the compiler
should cause the SYSPRINT file to be equated to the C stdout file.
- The new COMPACT compiler option lets you direct the compiler
to favor those optimizations which tend to limit the growth of
the code.
- The LRECL for SYSPRINT has been changed to 137 to match that
of the C/C++ compiler.
- POINTERs are now allowed in PUT LIST and PUT EDIT statements: the
8-byte hex value will be output.
- If specified on a STATIC variable, the ABNORMAL attribute will
cause that variable to be retained even if unused.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)