Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
Answer Posted / raj
COMP-3 fields take less memory allocation and effective in computation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What rules are followed by the search verb.
What are the access modes of START statement?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write the code implementing the perform … varying.
What is the usage of comp fields in cobol?
) what is the difference between AID and HANDLE AID?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do you reference the fixed block file formats from cobol programs
what is the use of outrecord?
Write a cobol program making use of the redefine clause.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
When is inspect verb is used in cobol?