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

Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


how to change picture class of copy book variable inside program?

2 Answers  


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


how will you define vsam file in select clause?

3 Answers   Patni,






In COBOL "BEFORE" advancing is there or not ?

3 Answers  


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


which is better comp or comp-3 in terms of memory utilization?

6 Answers  


What are decleratives in COBOL ?

1 Answers   Xansa,


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


How to know whether the module is dynamical or statistical?

0 Answers  


Categories