which one is the best of com and com-3.using of real time ?
Answer Posted / paray2x
Dear Friends,
I'm sorry about my previous answer. COMP-3 is always
efficient.
when COBOL uses COMP, it tries to align fields along
boundaries which is less efficient in retrieval and
computation.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
For rewrite, why is it mandatory that file needs to be opened?
How can you get the ksds file records into your cobol program?
How to remove 2 duplicate records and copy only one using job control language?
Whats the difference between search & search ALL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between binary search and sequential search?
What is rmode(any) ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Difference between array and sub-script ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name some of the examples of COBOl 11?
Why would you use find and get rather than to obtain?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......