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

How is sign stored in a COMP field ?

Answer Posted / dev

the most significant bit is used as a sign bit if it is set
then the field is negetive if not than positive

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of SDLC u followed? Why?

2048


how to refer the data field?

2319


What do you understand by psb and acb?

1178


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

2016


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1294


In COBOL programming, what is PERFORM? What is VARYING?

1207


A table has two indexes defined. Which one will be used by the SEARCH?

1326


IF I mention stop run in CICS what happens?

2426


Write the code implementing the perform … varying.

1121


What is the difference between next sentence and continue in cobol programing language?

1276


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

1270


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1364


how do you reference the variable unblock file formats from cobol programs

1380


What is inspect in cobol ?

1354


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8024