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...

Why we need to use redefine clause when we can define the
variable seperately... what is actual need....

Answer Posted / adarsh

redefines is used to reduce the memory usage.using redefines we can allocate the same memory to different variables.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is perform what is varying?

1221


Name the divisions, which are available in a cobol program?

1293


How many sections are there in data division in COBOL?

1184


How do we get current date from system with century in COBOL?

1424


What is the LINKAGE SECTION used in COBOL?

1599


Define static linking and dynamic linking.

1271


what happens if parmparameter passes zero bytes to the program

2183


how can i see junk values in dclgen or in hostvariable of comp ?

3049


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

2536


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1393


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8025


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

2187


What is the difference between binary search and sequential search?

1128


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

1198


How do define dynamic array in cobol.

1185