Abhi_1985
New User
Joined: 18 Aug 2020 Posts: 1 Location: India
|
|
|
|
Hi,
While browsing an existing program (written a decade back), I found a piece of code where it is written - "IF SQLCODE = -811 ... PERFORM ABCD-PARA".
My question is - "Is it really possible to get SQLCODE = -811 while fetching a cursor in mainframe"?
As far as I know, to avoid more than one row, simple SELECTs are replaced by cursor (to avoid -811). |
|