The LL field in PL/I language structures is treated correctly as 2 bytes by the PL/I XML Converter in IMS Connect only when the names of the first 2 fields in the language structure exactly match "LL" and "ZZ" (As shown in the italic strings in the following example).
DCL 1 INPMSG,
10 LL FIXED BIN(31),
10 ZZ BIT(16),
10 TRANCODE CHAR(8),
10 BLANK CHAR(1),
10 INDATA,
30 FUNC CHAR(3),
:
When conversion errors occur with the PL/I XML converter,
rename the first two fields to "LL" and "ZZ" respectively and regenerate
the PL/I XML converter.