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 Redefines clause?

Answer Posted / malay

redefine clause is used to access same memory storage space by different data items.
ex...
01 a pic x(9).
01 b redefines pic 9(7)v9(2).
tips.
datatype may be different but size of B be same or less then size of A.
better for use same datatype and same size,so that out put should be correct.

Is This Answer Correct ?    11 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the esds vsam file formats from cobol programs

1269


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2438


What are the different data types in cobol?

1513


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1607


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

1208


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2540


i want a program using by if, evaluate , string, unstring, perform, occurs?

4801


Why did you choose to work with ibm mainframe cobol programming?

1159


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

1153


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1309


Write a program that uses move corresponding.

1208


What is Pic 9v99 Indicates in COBOL?

1339


How do you define a variable of comp-1 and comp-2?

1258


Explain how to differentiate call by context by comparing it to other calls?

1245


Write a cobol program making use of the redefine clause.

1228