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


Why we are using comp and comp-3 in real time projects?

Answers were Sorted based on User's Feedback



Why we are using comp and comp-3 in real time projects?..

Answer / harsha

Mostly COMP is used for counter fields or for Subscripts.
COMP-3 is mostly used in all sort of arithmatic
calculations.

Is This Answer Correct ?    9 Yes 1 No

Why we are using comp and comp-3 in real time projects?..

Answer / adarsh

to reduce memory usage

Is This Answer Correct ?    8 Yes 2 No

Why we are using comp and comp-3 in real time projects?..

Answer / wing

Processing speed

Is This Answer Correct ?    1 Yes 2 No

Why we are using comp and comp-3 in real time projects?..

Answer / vish

In DB2 SQL copybooks

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More COBOL Interview Questions

what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


Can we use icetool in cobol program?

3 Answers  


what is the difference between perform varying and perform until

4 Answers   TCS,


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


What is mean by maxcc

7 Answers   Syntel,


How do pass the values to the parameters in cobol

2 Answers  


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.

1 Answers  


Categories