The following compiler directives have been added in this release:
- ILPARAMS
- Determines the way in which you call a method that contains an array as its last receiving parameter.
- INIT-BY-TYPE
- Initializes Working-Storage Section data items to a default value, according to their type.
-
- Alphabetic, alphanumeric, alphanumeric edited, and numeric edited items are initialized to spaces.
- Numeric items are initialized to zero.
- Pointer items are initialized to null.
- Index items are initialized to the value 1.