What is Redefines clause?

Answer Posted / prakash shrivastava

Redifines clause is used to allocate more than one data in
same memory location....

ex:- 77 a pic 9(2).
77 b redefines a pic 9(2).

Is This Answer Correct ?    20 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2132


How you can read the file from bottom?

662


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

709


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

1961


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

834






What is the difference between Global and External Variables?

669


how to move the records from file to array table. give with code example

2227


What are the different rules of SORT operation?

702


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1028


What is the difference between next sentence and continue in cobol programing language?

714


What is the Purpose of POINTER Phrase in STRING command in COBOL?

725


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

8675


What is difference between static and dynamic call in cobol?

783


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1199


What are the various section in data division and briefly explain them.

702