This was related to -811 sqlcode, In a COBOL DB2 program
which accesses employee table and selects rows for employee
'A', it should perform a paragraph s001-x if employee 'A'
is present. In this case it gets -811 sqlcode, but still it
process the paragraph s001-x. What could be wrong in my
code.
Answer Posted / srivalli janapati
Your code must not be using the CURSOR concept and NOT
handling the abend properly.When atleast CURSOR is not
being used in the code,there should be alteranative code to
handle when query resulted in retrieving multiple rows.
-811: is basically the SELECT query resulted in retrieving
more than a Row
Meaning,the resultant query must be retrieving more than a
row,and tried to push all the resualtant rows at a time for
the processing.COBOL-DB2 program can't handle this
situation as it expects a row at a time and then ABENDS.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How to execute stored procedures?
What is role in db2?
What is package in db2 mainframe?
What is a trigger in the db2 database?
How do I delete a table in database?
How will you return the number of records in table?
List down the types of triggers in the db2 database?
What are types of indexes?
What is a bind in db2?
How to view db2 table structure?
define clustering index.
What is blu acceleration in db2?
What is dclgen in db2?
What is dbrm in db2 database?
What are the prerogatives?