what is rediffine clause?in what situation it can use?give me
real time example?



what is rediffine clause?in what situation it can use?give me real time example?..

Answer / sukesh adhikary

When u want to use same working storage area for different
variables. u must ensure that the space must not use at same
time of program execution.For example perform xyz uses a
space ABCD pic x(9) and it will not be used .then other
part of the program can use that space ABCD.






sukesh
9831281032

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is EIBCALEN? Why it is used?

9 Answers   ADP,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

2 Answers   ADP,


What are the divisions in a cobol program?

1 Answers  


How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  






1.What is the limit of linkage section?

4 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


Can we access the a[0] in the array ?

6 Answers   DCL, IBM,


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

0 Answers  


What compiler option would you use for dynamic linking?

2 Answers  


what is index and how to use two tables using index?

1 Answers  


Describe the cobol database components?

0 Answers  


Categories