Oracle Message PCC-01008 - Multiple element records not allowed in DECLARE section

ERRORMultiple element records not allowed in DECLARE section
CAUSEA few COBOL compilers do not allow group items to be passed as parameters in a CALL statement. (Check the COBOL compiler users guide.) If the compiler is one of these, group items within the Declare Section can contain only one elementary item.
ACTIONAssign each host variable its own group item.