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 / khamuruddin

05 A PIC S9(4). = 4
05 B PIC XXXBXXX. = 7
05 C PIC ____9.99. = 4
05 D PIC S9(5) COMP-3. = 3
05 E PIC 9(3) COMP. = 2
-------
20
-------

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cobol?

1292


explain sorting techniques in cobol program?

1247


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

1266


Give some examples of command terminators?

1325


Define static linking and dynamic linking.

1272


) How do u handle errors in BMS macro?

2018


Difference between cobol and cobol-ii?

1346


What are various search techniques in cobol? Explain.

1113


how to refer the data field?

2324


How arrays can be defined in COBOL?

1298


What is amode(24)?

1299


What is the local-storage section?

1195


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1280


Explain what you understand by passing by value.

1203


What is static and dynamic call in cobol?

1117