Cause: A few COBOL compilers do not allow group items to be
passed as parameters in a CALL statement. (Check the COBOL
compiler user's guide.) If the compiler is one of these,
group items within the Declare Section can contain only one
elementary item.
Action: Assign each host variable its own group item.
Please add more information about this Error  |