| Message ID | RNF0276 |
Message | The nesting level of /COPY or /INCLUDE files is greater than the maximum allowed. |
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: - check for /COPY recursion and correct. - increase the allowable nesting depth using COPYNEST. - merge the code from the /COPY member into the member which attempted to perform the /COPY. Compile again. |
Technical Desc | 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. |
Severity | 30 |
Message Level | 64 |
Alert Option | *NO |
Log Problem | *NO |