dcl myarr(4) fixed bin(31) static init (1); put skip list (myarr); results in: 1 1 1 1
デフォルト (-agginit なし) では、最初の要素のみが初期化されます。