which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / santy
COMP is better that COMP-3 in terms of memory utilization.
check out below examples.
COMP COMP-3
(in bytes) (in bytes)
S9(04) 2 3
S9(08) 4 5
S9(09) 4 5
S9(10) 8 6
S9(11) 8 6
S9(12) 8 7
S9(13) 8 7
S9(14) 8 8
hope it is useful.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Explain how you can characterize tables in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What type of SDLC u followed? Why?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is Pic 9v99 Indicates in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is a report item?
What is the difference between next sentence and continue in cobol programing language?
What is rmode(24)
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you reference the ksds vsam file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which is not true about evaluate statement