-79824 OUT parameter has not been set
Explanation
The function specified using the CallableStatement interface has an OUT parameter that has not been set.
User response
Call the setMaxRows() or IfxSetNull() method if you want to set a null OUT parameter. Otherwise, call one of the set methods inherited from the PreparedStatement interface.