Why we should use cursor ?
Answers were Sorted based on User's Feedback
Answer / randy
By Using Cursor, we can fetch more than one record from database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Cursor is used to fetch more than one row at a time from db2 table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manhem
To fetch more than one row from DB2 table, Cursor is used
| Is This Answer Correct ? | 0 Yes | 0 No |
i want to enter the name 'pandu' into ur table how?
What is the difference between Call and a Link?
How can you add a particular field in copybook?
What are subroutines ? and how do we pass data to the sub routines?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
The maximum number of dimensions that an array can have in COBOL-85 is ?
What is the figurative constant in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is the difference between external and global variables?
Why would you use find and get rather than to obtain?
What are the pertinent COBOL
How do you submit JCL via a Cobol program?