Why we should use cursor ?

Answers were Sorted based on User's Feedback



Why we should use cursor ?..

Answer / randy

By Using Cursor, we can fetch more than one record from database.

Is This Answer Correct ?    0 Yes 0 No

Why we should use cursor ?..

Answer / azharuddinsyed

Cursor is used to fetch more than one row at a time from db2 table.

Is This Answer Correct ?    0 Yes 0 No

Why we should use cursor ?..

Answer / manhem

To fetch more than one row from DB2 table, Cursor is used

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How many maximum number of procedures can we write in one COBOL program?

6 Answers  


How do u write test cases?

0 Answers   IBM,


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

3 Answers   TCS,


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.

3 Answers   CTS,


What is the Purpose of Pointer in the string?

0 Answers  


Why occurs can not be used in 01 level ?

2 Answers   TCS,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


What are the divisions in a cobol program?

1 Answers  


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


in how many mode we can open a file ?

4 Answers  


) How do you access the migrate the data from production region to development region

1 Answers   IBM,


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


Categories