which one is the best of com and com-3.using of real time ?
Answer Posted / paray2x
Dear Friends,
I'm sorry about my previous answer. COMP-3 is always
efficient.
when COBOL uses COMP, it tries to align fields along
boundaries which is less efficient in retrieval and
computation.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
HOw can I get the negative sign while deduct high value from low value
What are the access modes of START statement?
What is the local-storage section?
what is the difference between COBOL2 AND COBOL390?
What are the different rules for performing sort operation?
Explain how to differentiate call by context by comparing it to other calls?
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.
How many sections are there in data division in COBOL?
Write the code to count the sum of n natural numbers.
Write the code implementing the perform … varying.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc