ILE COBOL Language Reference
Undefined results may occur when:
- A redefining item is moved to a redefined item (that is, if B
REDEFINES C and the statement MOVE B TO C is
executed).
- A redefined item is moved to a redefining item (that is, if B
REDEFINES C and if the statement MOVE C TO B is
executed).
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.