The number of PROCEDURE DIVISION USING items exceeds %2 at item %1. Accepted.
10
Cause . . . . . : The maximum number of PROCEDURE DIVISION USING items for any COBOL program is %3. An outermost COBOL program can be called with a linkage of procedure or with a linkage of program. If this COBOL program is called with linkage program the maximum USING items is %2; however for a linkage of procedure the maximum is %3.
Recovery . . . : Verify that this COBOL program will be called with a linkage of procedure. If this COBOL program is called with a linkage of program then remove the indicated USING items.