Whats the difference between search & search ALL?
Answer Posted / rajvee
search needs the index to be set before use..search all
doesnt need it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
What is redefines clause in COBOL?
Which mode is used to operate the sequential file?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Discuss about changing dataset name in proc.
What are the different types of condition in cobol and write their forms.
What are the pertinent COBOL
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you define a variable of comp-1 and comp-2?
How are the next sentence and continue different from each other?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
) How do u handle errors in BMS macro
Name the divisions, which are available in a cobol program?
What are the different rules to perform a Search?
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?