Why we should use cursor ?

Answer Posted / randy

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A table has two indexes defined. Which one will be used by the SEARCH?

759


What are the pertinent COBOL commands?

2626


Write some characteristics of cobol as means of business language.

619


What type of SDLC u followed? Why?

1520


What is redefines clause in COBOL?

851






Which is not true about evaluate statement

1584


What is rmode(24)

680


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

421


In COBOL programming, what is PERFORM? What is VARYING?

672


What guidelines should be followed to write a structured cobol prgm?

673


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What is the difference between binary search and sequential search?

641


Mention the guidelines to write a structured cobol program?

620


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

932