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 / naidu sekhar yandrapu

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


what is filler and what is use of filler

3 Answers   Syntel,


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


How may divisions are there in JCL-COBOL?

5 Answers   IBM,






how to resolve the file status 47.......

1 Answers   MMM,


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


How can you add a particular field in copybook?

2 Answers   L&T,


If we use GO BACK instead of STOP RUN in cobol?

1 Answers   Temenos,


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


which is better either static call or dynamic call? and why?

5 Answers   HCL,


Categories