what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / swamy
If you dont close cursor in your db2-cobol program, the
program will effectively have a hold on the tablebase and will
prevent other users from acessing it or updating it. Correct
me if i am wrong
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between external and global variables in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between goback, stop run and exit program in cobol?
Can we redefine the field of x(200) to less than 200?
What is the utilization of copybook in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between PIC 9.99 and PIC9v99?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How you can read the file from bottom?
Whats the difference between search & search ALL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are various search techniques in cobol? Explain.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?