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
Write a cobol program making use of the redefine clause.
What is comp-1 and comp-2?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different data types in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is difference between static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do define dynamic array in cobol.
What is the LINKAGE SECTION used in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between binary search and sequential search?
In COBOL programming, what is PERFORM? What is VARYING?
Why did you choose to work with ibm mainframe cobol programming?
How do you reference the fixed block file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.