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

23 bytes

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you define single dimensional array and multidimensional array in your cobol?

1151


Write the code to count the sum of n natural numbers.

1258


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1272


I have a File that has duplicate records. I need only those records that occur more than thrice.?

10007


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1379


How you can read the file from bottom?

1196


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

1209


how to refer the data field?

2319


Why would you use find and get rather than to obtain?

1262


What are the pertinent COBOL commands?

3234


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9177


What do you understand by psb and acb?

1181


How can you get the ksds file records into your cobol program?

1135


How arrays can be defined in COBOL?

1298


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2329