Stored procedure parameter requirements and usage
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When one stored procedure is calling another stored procedure, the following requirements must be met for using the three parameter types in order to properly allocate the SQLDA structure to the correct size:
- An
INparameter calls only theSetParamfunction - An
OUTparameter calls only theRegisterOutParamfunction - An
INOUTparameter calls both theSetParamandRegisterOutParamfunctions in any order