An integer or unsigned subfield is not aligned properly.
10
Cause . . . . . : Keyword ALIGN is specified for a data structure, but the position of a subfield within the data structure is not aligned properly. Integer and unsigned subfields of 2-byte length (5 digits) must be positioned so that the end position is a multiple of 2. Integer and unsigned subfields of 4-byte length (10 digits) must be positioned so that the end position is a multiple of 4. Integer and unsigned subfields of 8-byte length (20 digits) must be positioned so that the end position is a multiple of 8.
Recovery . . . : Correct the position of the subfield. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.