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
What is perform what is varying?
Name the divisions, which are available in a cobol program?
How many sections are there in data division in COBOL?
How do we get current date from system with century in COBOL?
What is the LINKAGE SECTION used in COBOL?
Define static linking and dynamic linking.
what happens if parmparameter passes zero bytes to the program
how can i see junk values in dclgen or in hostvariable of comp ?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between binary search and sequential search?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol.