which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / i go crazy
COMP uses less memory compared to COMP-3 at word boundaries.
Ex: s9(04) COMP - 2 bytes.
s9(04) COMP-3 - 3 bytes.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do get the result of your program directly on your pc?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
In which area will you utilize 88 level items in cobol?
Explain how to differentiate call by context by comparing it to other calls?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is the use of outrecord?
how do you reference the variable block file formats from cobol programs
What are the various section in data division and briefly explain them.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Name some of the examples of COBOl 11?
IF I mention stop run in CICS what happens?
What are various search techniques in cobol? Explain.