which one is the best of com and com-3.using of real time ?
Answer Posted / praveen
when ever the data size is at higher boundries comp is best.
when ever the data size is at lower boundries comp-3 is
best.
lower boundries higher boundries
s9(01) s9(04) 2 bytes
s9(05) s9(09) 4bytes
s9(10) s9(18) 8bytes
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
What is the difference between comp and comp-3 usage?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
i want a program using by if, evaluate , string, unstring, perform, occurs?
HOw can I get the negative sign while deduct high value from low value
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Why occurs cannot be used in 01 level in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is perform what is varying?
Which division and paragraphs are mandatory for a COBOL program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is redefines clause in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?