Teradata Database Message 5492 - 5492 - Analytics Database - Teradata Vantage
Analytics Database Messages
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Teradata Vantage
- Release Number
- 15.xx,16.xx,17.xx
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2023-01-05
- dita:mapPath
- sfx1628096178347.ditamap
- dita:ditavalPath
- ft:empty
- dita:id
- B035-1096
- lifecycle
- latest
- Product Category
- Teradata Vantageā¢
- Message
- The argument for an INOUT/OUT parameter "%VSTR" is invalid.
- Explanation
- The argument for an OUT parameter to a stored procedure can be only parameter name; a value expression can not be specified in an argument. For inner procedure call a value expression cannot be specified for an INOUT/OUT parameter .
- Generated By
- OPT modules.
- For Whom
- End User.
- Notes
- None
- Remedy
- Replace the specified value expression specified as an argument to the OUT parameter of the procedure with the corresponding OUT parameter name and resubmit the CALL request. If it is a nested call change the outer procedure definition so that in inner call either INOUT or OUT parameter does not have value expression and recompile the outer procedure and submit call.