Answer Posted / suresh
linkage-section is used to define the storage that is to be
passed between the programs.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
In COBOL, what is the different between index and subscript?
What do you understand by psb and acb?
What is a report item?
Name the sections present in data division.
what are decleratives in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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 to refer the data field?
What rules are followed by the search verb.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is search and searchall?what is the diffrence between them?give an best example?
What are the different rules for performing sort operation?
How you can read the file from bottom?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?