Array mapping between PL/I and Java
The PL/I array type is mapped to a Java™ array by default.
When you generate a PL/I XOM from a PL/I include file, any array in the PL/I include file maps to a Java array. You can change the default mapping to a Java List by referring an integer data item to represent the size of the List.
If an array contains REFER options, it maps to a Java array type with some limitations.
Variable-length arrays without the REFER option are not supported.