Overlapping subfields are not valid for the specified operation; the specification is ignored.
30
Cause . . . . . : Overlapping subfields within the same Data Structure share storage locations. The operation specified results in the modification of these storage locations. The contents of the fields cannot be predicted; the specification is ignored.
Recovery . . . : Use fields which do not overlap within the same Data Structure, or define the Data Structure so the fields do not overlap. Do not use a Data Structure name and one of its subfields in this operation. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.