what is the difference between Normal vaiable and comp
variable.

Answers were Sorted based on User's Feedback



what is the difference between Normal vaiable and comp variable...

Answer / suman agrawal

Using comp, the value will be stored in binary format.
The allocation in number of bytes is based on the number of
digit the variable use:

No. of digits Bytes
1-4 2 bytes
5-9 4 bytes
10-18 8 bytes

Is This Answer Correct ?    18 Yes 2 No

what is the difference between Normal vaiable and comp variable...

Answer / guest1

When you use COMNP Items, the internal storage stuctur of
the value is different. And also the storage occupied by a
COMP variable is less than the zoned variable [9(9)}.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between Normal vaiable and comp variable...

Answer / garry

I am not sure about previous explanation, however before that all explanations are valid.

One thing should be clear in our mind that COMP usage is good but it can not be displayed simply, it will store in binary format, so we need to convert it in to ZD, if displaying in SYSOUT or writing to a file.

Please let me know if I am wrong.
Thanks

Garry

Is This Answer Correct ?    0 Yes 1 No

what is the difference between Normal vaiable and comp variable...

Answer / prathif

numeric data refered by pure binory storage format. it will
take half word and full word.
each character recognized by one character. total number of
chracter equal to size of word is called normal variable

Is This Answer Correct ?    0 Yes 2 No

what is the difference between Normal vaiable and comp variable...

Answer / naveen kumar.s

The value assigned to comp variable is stored in binary
format.The memeory allocation is also different.
For example,
77 A pic 9(8).
77 B Pic 9(8) comp.

Here,'A' occupies 8 bytes.whereas,'B' occupies 4 bytes only.

No.of Digits Bytes occupied

1-5 2
5-11 4
12-18 8

Is This Answer Correct ?    9 Yes 17 No

Post New Answer

More COBOL Interview Questions

how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


Write a cobol program making use of the redefine clause.

0 Answers  


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,


I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

3 Answers   iGate,






How do you get the data to code the BMS macro?

0 Answers   IBM,


Difference between cobol and cobol-ii?

0 Answers  


What is the point of the REPLACING option of a copy statement?

3 Answers  


what is sync clause?

2 Answers   DELL,


What is Static,Dynamic linking ?

2 Answers  


can we use variable picture clause as xx.99 in cobol.

3 Answers  


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


Categories