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.