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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3955


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1035


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1891


In COBOL programming, what is PERFORM? What is VARYING?

874


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2145


how to access the file from prodution from changeman tool and to submit a file to production

7101


Why occurs cannot be used in 01 level in COBOL?

922


What is the difference between goback, stop run and exit program in cobol?

1240


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

1079


what is the difference between COBOL2 AND COBOL390?

2733


what is search and searchall?what is the diffrence between them?give an best example?

6199


What are literals?

863


What is the LINKAGE SECTION used in COBOL?

1214


How to know whether the module is dynamical or statistical?

878


Write the code to count the sum of n natural numbers.

938