which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / guest1
COMP values are stored as Binary format. So it is good to
use COMP.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the rrds file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the utilization of copybook in cobol?
What is length is cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do we get current date from system with century in COBOL?
Have you used comp and comp-3 in your project? And how?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between PIC 9.99 and PIC9v99?
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 ......
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are various search techniques in cobol? Explain.