HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answer Posted / guest
using ascending or decending key along with ocurs clause
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the problem of ordered sequential files access?
how to convert the recors form vsam file to db2 table tru file aid
How do you reference the fixed block file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
What kind of error is trapped by on size error option?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is the use of outrecord?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is the difference between COBOL2 AND COBOL390?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is cobol?
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 is a scope terminator give example?
what happens if parmparameter passes zero bytes to the program
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?