which one is the best of com and com-3.using of real time ?

Answer Posted / anuhya

comp3 is best for higher boundaries
comp is best for lower boundaries

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL

2045


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


What is amode(31)

726


What is the difference between structured cobol programming and object alternativelyiented cobol?

757


What are the cobol coding sheets?

666






Write a program that uses move corresponding.

673


What is the problem of ordered sequential files access?

704


HOw can I get the negative sign while deduct high value from low value

1792


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


What is rmode(any) ?

686


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?

1232


Write the code implementing the perform … varying.

646


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1005


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3722