The nesting level of /COPY or /INCLUDE files is greater than the maximum allowed.
30
Cause . . . . . : The maximum number of nested /COPY or /INCLUDE files is the value specified in the COPYNEST keyword of the Control Specification which defaults to 32 if not specified. The specification is ignored.
Recovery . . . : Do one of the following:
Compile again.
Technical description . . . . . . . . : It is valid to open the same /COPY or /INCLUDE member again while it is already open, but if this is done, conditional compilation directives must be used to prevent infinite recursion.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.