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...


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

Answers were Sorted based on User's Feedback



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

Answer / paray2x

Dear Friends,

I'm sorry about my previous answer. COMP-3 is always
efficient.

when COBOL uses COMP, it tries to align fields along
boundaries which is less efficient in retrieval and
computation.

Is This Answer Correct ?    10 Yes 2 No

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

Answer / praveen

when ever the data size is at higher boundries comp is best.
when ever the data size is at lower boundries comp-3 is
best.
lower boundries higher boundries
s9(01) s9(04) 2 bytes
s9(05) s9(09) 4bytes
s9(10) s9(18) 8bytes

Is This Answer Correct ?    3 Yes 0 No

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

Answer / jagan

Parry , While using COMP , the data can be retrieved
quicly , that is the advantage os storing data along word
boundaries .

Is This Answer Correct ?    1 Yes 0 No

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

Answer / praveen

for comp3 the caluclation of memory goes
for the datasize is even we go for formula n/2.
for the datasize is odd we go for formula n+1/2.
ex; s9(5) means 5 is odd 5+1/2=6/2=3
it takes 3 bytes of memory.
for comp s9(9) it takes 4 bytes of memory.
so here depending on the datasize we can say the
best.
so in above ex; we say comp3 is best because there is a
supression of memory i.e 3bytes compared to comp 4 bytes .

Is This Answer Correct ?    2 Yes 1 No

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

Answer / paray2x

In terms of Storage, it will be comp-3 and for Arithmetic
computations, it will be comp

Is This Answer Correct ?    3 Yes 3 No

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

Answer / anuhya

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

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pk

what is this higher boundaries and lower boundaries. please
explain

thanks

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

2 Answers   T systems,


What is Comm?

2 Answers   IBM, Kemper Corporation,


can we use go to statement inline-perform?

7 Answers   IBM,


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


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

0 Answers  


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


What is 77 level used for ?

12 Answers   IBM, iGate,


Categories