Multiple choice technology mainframe

X(100) field can be redefined with a field of X(200)?(True/False)

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In COBOL, when redefining a field, the redefining field must be equal to or smaller in size than the original field. Since X(200) is larger than X(100), it cannot redefine the X(100) field. The redefining field cannot occupy more storage than the field it redefines.