A LIKEDS subfield is not aligned properly.
10
Cause . . . . . : Keyword ALIGN is specified for a data structure, but the position of a LIKEDS subfield within the data structure is not aligned properly. The alignment of the LIKEDS subfield depends on the definition of the corresponding data structure. If the corresponding data structure is defined with keyword ALIGN and the data structure contains integer, unsigned, or float numeric subfields, the LIKEDS data structure must be positioned with an end position that is a multiple of 2, 4, or 8 bytes depending on the maximum length of integer, unsigned, or float numeric subfield in the corresponding data structure.
Recovery . . . : Correct the position of the subfield. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.