Operational descriptor not created for %1. Argument accepted.
10
Cause . . . . . : On a CALL statement with linkage type procedure, an operational descriptor (OD) was specified for the USING argument. COBOL does not support an OD for group items, items whose USAGE is not DISPLAY, and items that are reference modified. In COBOL ODs are specified using the LINKAGE TYPE clause of the SPECIAL-NAMES paragraph.
Recovery . . . : Ensure that the correct argument was passed on the call.