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 |
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
What is Redefines clause?
how to transfer the file from pc to mainframe??
What is ASKTIME, SUSPEND
How to define a array dynamically.....
How to read a 100 record from a file through cobol?
can we use go to statement inline-perform?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between goback, stop run and exit program in cobol?