The build descriptor option checkType specifies the degree to which EGL checks at validation time for primitive-type conflicts within records. You can receive an information message, for example, if a structure item that is of type CHAR is substructured with structure items of type DECIMAL. Such conflicts can cause run-time errors.
Valid values are as follows:
10 ItemA 15 ItemB 20 ItemC 30 ItemD
If you specify LOW, EGL will not compare ItemA to ItemB, but will compare ItemB to ItemC, and ItemC to ItemD.
Specifying a value other than NONE increases both the time needed for validation and the number of messages issued.
Related reference
Build descriptor options
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.