A float subfield is not aligned properly.
10
Cause . . . . . : Keyword ALIGN is specified for a data structure, but the position of a float subfield within the data structure is not aligned properly. Float subfields of length 4 should be positioned so that the end position is a multiple of 4. Float subfields of length 8 should 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.