Cause
User attempted to bind an array host variable by value. Arrays may only be bound by reference.
Action
Correct the offending code.
Error Message
bind by value is not allowed for array type
User attempted to bind an array host variable by value. Arrays may only be bound by reference.
Correct the offending code.