Answer Posted / manhem
To fetch more than one row from DB2 table, Cursor is used
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between external and global variables in COBOL?
explain sorting techniques in cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
In COBOL, what is the different between index and subscript?
Can we redefine the field of x(200) to less than 200?
How can you get the ksds file records into your cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What guidelines should be followed to write a structured cobol prgm?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how do you define single dimensional array and multidimensional array in your cobol?
Write the code implementing the perform … varying.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly