Using either multiple-instance array parameters or the related *MOVE ARRAY built-in function results in additional fields and structures (and the code to initialize and process them) to be generated in your source. These fields and structures can significantly increase the size of the source member. Therefore you can control the level of in-line source commenting through the YGENCMT model value, as follows:
A single comment line is generated for each multiple-instance array definition, control structure definition and initialization
A comment line is generated for each multiple-instance array subfield definition, control structure subfield definition and initialization
Note: This is the only difference between YGENCMT(*STD) and YGENCMT(*ALL); switching between these two values does not affect any other comment generation within your source code.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |