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 many bytes will be allocated for the following record
description
entries?
01 REC-A.
05 A PIC S9(4).
05 B PIC XXXBXXX.
05 C PIC ____9.99.
05 D PIC S9(5) COMP-3.
05 E PIC 9(3) COMP.

Answer Posted / ezhil_18

@ above

COMP3 data require always requrie n+1/2 bytes. here 5+1/2
takes only 3 bytes not 4 bytes.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1481


What the difference is between continue and next sentence?

1218


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

1305


Which is not true about evaluate statement

2512


State the various causes of s0c1, s0c5 and s0c7.

1141


How many sections are there in data division in COBOL?

1183


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2535


Write a cobol program making use of the redefine clause.

1227


What is a report item?

1193


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

3277


How are the next sentence and continue different from each other?

1338


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

1130


Write a program to enter and display the names of students in a class using the occurs clause.

1257


What are different data types in cobol?

1386


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1209