Answer Posted / saikat
Rename cant be used to rename 01, 77, 88 level or other 66
level.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
how do you define single dimensional array and multidimensional array in your cobol?
What is comp-1 and comp-2?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to refer the data field?
How to know whether the module is dynamical or statistical?
For rewrite, why is it mandatory that file needs to be opened?
What kind of error is trapped by on size error option?
What is the difference between comp and comp-3 usage?
What is cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is difference between cobol and cobol/400
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?
Explain about different table spaces.
Why would you use find and get rather than to obtain?