what is the advantage of using redefines instead of
delaring the variables ?
Answer Posted / deepak kumar
redefines saves the memory by referring the same memory location by other data items.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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?
Which mode is used to operate the sequential file?
Which division and paragraphs are mandatory for a COBOL program?
Why would you use find and get rather than to obtain?
How do we get current date from system with century in COBOL?
What rules are to be followed while using the corresponding options?
In COBOL programming, what is PERFORM? What is VARYING?
How do get the result of your program directly on your pc?
Difference between array and sub-script ?
What are the different rules of SORT operation?
What are different data types in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is inspect in cobol ?
What is comp-1 and comp-2?
what is difference between cobol and cobol/400