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
How you can read the file from bottom?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between comp and comp-3?
Write a program to explain size error.
What are various search techniques in cobol? Explain.
What are declaratives and what are their uses in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Why did you choose to work with ibm mainframe cobol programming?
What are 77 levels used for?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How do u write test cases?
What are all the divisions of a COBOL program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?