Explain complete concept of table handling in COBOL with an
example?
Answer Posted / villan
Cool explanation... Hats off....
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
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?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What rules are to be followed while using the corresponding options?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What type of SDLC u followed? Why?
What are various search techniques in cobol? Explain.
In which area will you utilize 88 level items in cobol?
HOw can I get the negative sign while deduct high value from low value
What is redefines clause in COBOL?
Write the code implementing the perform … varying.
What is difference between static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How arrays can be defined in COBOL?
What is inspect in cobol ?