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 |
What are the pertinent COBOL
What the difference is between continue and next sentence?
How many types of sorts are there in cobol?
How you can delete a record from a ps file in cobol?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
1.What is the default print format in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
Write a program that uses move corresponding.
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
What are the steps you go through while creating a COBOL program executable?
9(2).99 how many bytes take? Why . consider as a byte?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?