-79822 OUT parameter has not been registered
Explanation
The function specified using the CallableStatement interface has an OUT parameter that has not been registered.
User response
Call one of the registerOutParameter() or IfxRegisterOutParameter() methods to register the OUT parameter type before calling the executeQuery() method.