which one is the best of com and com-3.using of real time ?
Answer Posted / paray2x
In terms of Storage, it will be comp-3 and for Arithmetic
computations, it will be comp
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
HOw can I get the negative sign while deduct high value from low value
i want a program using by if, evaluate , string, unstring, perform, occurs?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to remove 2 duplicate records and copy only one using job control language?
What are the different rules of SORT operation?
What are declaratives and what are their uses in cobol?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
For rewrite, why is it mandatory that file needs to be opened?
What guidelines should be followed to write a structured cobol prgm?
What are the pertinent COBOL commands?
How to know whether the module is dynamical or statistical?
What is an in line perform? When would you use it? Anything else you wish to say about it.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.