commentLevel

The commentLevel build descriptor option specifies the extent to which EGL system comments are included in output source code.

Raising the comment level has no effect on the size or performance of the prepared code, but increases the size of the output and the time needed to generate, transfer, and prepare the output.

Values

0
Minimal comments are in the output, which includes comments on any name aliases that EGL generates (this is only in effect for COBOL generation, not for Java™).
1 (the default value)
In addition to the comments included with level 0, scripting statements are placed immediately before the code that is generated to implement those statements.

Feedback