which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / ravi kiran
for lower boundaries comp is better , for higher boundaries
comp-3 is better.
in real time mostly comp3 is used
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
IF I mention stop run in CICS what happens?
How do get the result of your program directly on your pc?
Write down the divisions of cobol program?
Explain how to differentiate call by context by comparing it to other calls?
A table has two indexes defined. Which one will be used by the SEARCH?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Have you used comp and comp-3 in your project? And how?
What are literals?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between external and global variables in COBOL?
What are the different types of condition in cobol and write their forms.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?