SQL0469 IN, OUT, or INOUT not valid for parameter 2 in procedure

后端 未结 1 606
礼貌的吻别
礼貌的吻别 2020-12-12 07:15

I\'m trying to run a stored procedure against an IBM iSeries running AS400 and getting the above error in my title.

When I type in the following to execute the store

相关标签:
1条回答
  • 2020-12-12 07:53

    If you are passing the parms as string constants, then where would a OUT or INOUT value be returned to? DB2 is expecting you to call the procedure in a way that it can return values into your variables.

    0 讨论(0)
提交回复
热议问题