-agginit

Performs initialization of aggregates compatible with 7.x versions of Open PL/I (scalar arrays only).

Example

dcl myarr(4) fixed bin(31) static init (1);
put skip list (myarr);

results in:
             1               1               1               1

By default (without -agginit), only the first element is initialized.