Answer Posted / malay
redefine clause is used to access same memory storage space by different data items.
ex...
01 a pic x(9).
01 b redefines pic 9(7)v9(2).
tips.
datatype may be different but size of B be same or less then size of A.
better for use same datatype and same size,so that out put should be correct.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Give some examples of command terminators?
Can you please let me know the centre name of INS certification in Kolkata.
What is inspect in cobol ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How you can read the file from bottom?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the usage of comp fields in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how do you reference the printer file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do define dynamic array in cobol.