Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it

3 Answers   TCS,


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

4 Answers   Accenture,


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


Explain about level numbers?

3 Answers  


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


Define cobol?

0 Answers  


I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?

1 Answers  


What is a SSRANGE and NOSSRANGE?

0 Answers  


) How do u handle errors in BMS macro?

0 Answers   IBM,


wht is packed decimal in cobol

2 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


Categories