Answer Posted / azharuddinsyed
Cursor is used to fetch more than one row at a time from db2 table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
How many bytes S(8) comp field occupy and its maximum value?
What is the local-storage section?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
example for sub strings ? and refernce modifications whit output pls
Which mode is used to operate the sequential file?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is difference between cobol and cobol/400
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Describe the cobol database components?
What guidelines should be followed to write a structured cobol prgm?
What is link edit in cobol?
What is the difference between comp and comp-3?