Why we are using comp and comp-3 in real time projects?
Answers were Sorted based on User's Feedback
Answer / harsha
Mostly COMP is used for counter fields or for Subscripts.
COMP-3 is mostly used in all sort of arithmatic
calculations.
| Is This Answer Correct ? | 9 Yes | 1 No |
How to define a array dynamically.....
How do you submit JCL via a Cobol program?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
what is meant by binary search?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
In an EVALUATE statement, can I give a complex condition on a when clause?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
9(2).99 how many bytes take? Why . consider as a byte?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
What is difference between static and dynamic call in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is Pic 9v99 Indicates?