how to resolve -811
Answers were Sorted based on User's Feedback
Answer / srini
Declare cursor instead of singleton select,as the query you
are running has multiple records.
Is This Answer Correct ? | 3 Yes | 0 No |
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
what is the difference between normal select query and currosor
What is the use of reorg in db2?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
why we go for SPUFI for creating tables or for sql queries?
What is the use of commit in db2?
B37 abend during spufi?
What are simple, segmented and partitioned table spaces ?
What is usage pointer in cobol?
What is the usage of open cursor command?
What are the four lockable units for DB2?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it