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
What is static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
how to move the records from file to array table. give with code example
Why occurs cannot be used in 01 level in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to remove 2 duplicate records and copy only one using job control language?
what is the use of outrecord?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is rmode(any) ?
What is the usage of comp fields in cobol?
What are all the divisions of a COBOL program?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?