InterSystems IRIS TSQL Code 1051 Cursor parameters in a stored procedure

In this post, you’ll learn about the SQL error code 1051 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform

Error Code :

1051

Reason for the Error code 1051 in InterSystems IRIS DBMS

Cursor parameters in a stored procedure must be declared with OUTPUT and VARYING options, and they must be specified in the order CURSOR VARYING OUTPUT.

Leave Your Comment