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 a zoned decimal data type and how it will be stored?

Answers were Sorted based on User's Feedback



what is a zoned decimal data type and how it will be stored?..

Answer / app

Zoned decimal is the numeric format used for display usage.
For an unsigned field the digits in the field are
represented by EBCDIC code (F0 thru F9).In a signed number
the zoned bit in the right mosted byte of the field are
either hex C for postive or hex D for negative.

eg:F0 F0 F1 F2 F3 unsigned 234

F0 F0 F1 F2 C3 signed +234
F0 F0 F1 F2 D3 signed -234

Is This Answer Correct ?    3 Yes 0 No

what is a zoned decimal data type and how it will be stored?..

Answer / krishnan a

zoned decimal data type pix 9(2).
ex:
01 var1.
02 a pic 9(2).
here 9 is a zoned decimal data type.
it is a numeric field.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


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

0 Answers  


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


What is redefines clause in COBOL?

0 Answers   B-Ways TecnoSoft,


how to resolve the file status 47.......

1 Answers   MMM,


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


Can we use icetool in cobol program?

3 Answers  


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


1.Can we define condition-name conditions in FD entry.

11 Answers  


What does EXIT do ?

3 Answers   Deloitte,


Categories