Answer Posted / krishna
Allowcation of more than one data items in a single memory
location.
Ex:
01 a pic x(9).
01 b redefines a pic x(7).
Rules for Redefines
1. Should be different datatype and size
2. Redefined item should not contain value clause
3. Redefing item cantain redefined item
4. Redefines can't write in 66 and 88 level numbers
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain how to differentiate call by context by comparing it to other calls?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is amode(24), amode(31), rmode(24) and rmode(any)?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why did you choose to work with ibm mainframe cobol programming?
Are you comfortable in cobol or jcl?
HOw can I get the negative sign while deduct high value from low value
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Difference between cobol and cobol-ii?
Explain how you can characterize tables in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between goback, stop run and exit program in cobol?
) How do u handle errors in BMS macro