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

What is static and dynamic call in cobol?

1002


What is an in line perform? When would you use it? Anything else you wish to say about it.

1020


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

1064


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

1179


Define static linking and dynamic linking.

1109


What type of SDLC u followed? Why?

1957


Explain about different table spaces.

1047


) How do u handle errors in BMS macro

1957


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2077


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2394


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2482


how do you reference the rrds file formats from cobol programs

1494


What is the compute verb? How is it used?

1076


Which mode is used to operate the sequential file?

1150


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?

2221