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
explain sorting techniques in cobol program?
What are all the divisions of a COBOL program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how can i see junk values in dclgen or in hostvariable of comp ?
how do you reference the variable unblock file formats from cobol programs
Why would you use find and get rather than to obtain?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What rules are followed by the search verb.
What guidelines should be followed to write a structured cobol prgm?
Write down the divisions of cobol program?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the difference between Global and External Variables?
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?
How do get the result of your program directly on your pc?