Answer Posted / raghunathareddy
it used to elementary items
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the fixed unblock file formats from cobol programs
What is difference between static and dynamic call in cobol?
Write down the divisions of cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How can you get the ksds file records into your cobol program?
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?
What are various search techniques in cobol? Explain.
how to refer the data field?
what is amode(24), amode(31), rmode(24) and rmode(any)?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue