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 |
How many maximum number of procedures can we write in one COBOL program?
How do u write test cases?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
What is the Purpose of Pointer in the string?
Why occurs can not be used in 01 level ?
what happens if we wont give timestamp in precompilation process ?
What are the divisions in a cobol program?
how do you reference the ksds vsam file formats from cobol programs
in how many mode we can open a file ?
) How do you access the migrate the data from production region to development region
how will u find out 3rd week's 2nd day using occurs ?