What is COMP-1? COMP-2?

Answers were Sorted based on User's Feedback



What is COMP-1? COMP-2?..

Answer / mahathiaz

COMP-1 - Single precision floating point. Uses 4 bytes.
COMP-2 - Double precision floating point. Uses 8 bytes

Is This Answer Correct ?    19 Yes 0 No

What is COMP-1? COMP-2?..

Answer / karan

comp-1 is single floatig item where as
comp-2 is double floating item.

comp-1,comp-2 we are not using pic clause.

Is This Answer Correct ?    5 Yes 0 No

What is COMP-1? COMP-2?..

Answer / purushothr

comp 1:single precision floating point//4 bytes
comp 2:double precision floating point//8 bytes

Is This Answer Correct ?    2 Yes 0 No

What is COMP-1? COMP-2?..

Answer / jay

COMP1 - Single precision floating point. Uses 4 bytes.
COMP2 - Double precision floating point. Uses 8 bytes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is difference between static and dynamic call in cobol?

0 Answers  


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


What are the pertinent COBOL

0 Answers   IBM,


give the examples for strings and unstrings in cobol

2 Answers   IBM,


Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

12 Answers   TCS,






What is the difference between a binary search and a sequential search?

10 Answers  


What are the different data types in cobol?

0 Answers  


What is the difference between NEXT SENTENCE and CONTINUE?

2 Answers   Mphasis,


Can we use icetool in cobol program?

3 Answers  


What is perform what is varying?

0 Answers  


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


Categories