Why we need to use redefine clause when we can define the
variable seperately... what is actual need....
Answer Posted / adarsh
redefines is used to reduce the memory usage.using redefines we can allocate the same memory to different variables.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
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.
What is rmode(any) ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why did you choose to work with ibm mainframe cobol programming?
Which mode is used to operate the sequential file?
Explain about different table spaces.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between binary search and sequential search?
How to print 10 to 1 if the input have only 10 digit number?
Explain how you can characterize tables in cobol?
What are the different rules of SORT operation?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
For rewrite, why is it mandatory that file needs to be opened?
Can we redefine the field of x(200) to less than 200?