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 the difference is between continue and next sentence?
What rules are followed by the search verb.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do get the result of your program directly on your pc?
What are the different rules to perform a Search?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is Pic 9v99 Indicates in COBOL?
What is redefines clause in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
what is the difference between COBOL2 AND COBOL390?
What are the different open modes available in cobol?
how to move the records from file to array table. give with code example
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the utilization of copybook in cobol?