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 difference between com and com3? Eg. s9(4) so what
is the memory it will occupy com and com3.

Answer Posted / rekha

comp | comp-3

___________________________|__________________________________1>it
will store the data | it will store the data in PACKED in
BINARY FORMAT | DECIMAL FORMAT
2>s9(1)-s9(4) --> 2byts | s9(n)
s9(5)-s9(9) --> 4bytes | if n --> even occupies (n/2)+1b
s9(10-s9(18) -->8bytes | if n --> odd occupies (n+1)/2b
3> it will occupies the | it will occupy less memory
memory based on the range |
____________________________________________________________ex
- s9(4) occupies 2bytes for comp
s9(4) occupies 3bytes for comp-3

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do define dynamic array in cobol.

1185


) how do u code after getting data?

2210


What are the different types of condition in cobol and write their forms.

1152


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

1441


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

1263


What is the difference between goback, stop run and exit program in cobol?

1647


When is inspect verb is used in cobol?

1311


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

1380


Differentiate between structured cobol programming and object-oriented cobol programming.

1213


how to refer the data field?

2319


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1383


Write some characteristics of cobol as means of business language.

1196


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1185


What is the difference between a binary search and a sequential search what are the pertinent cobol?

1198


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