Multiple choice technology mainframe REDEFINE X(250) by X(245) - Is it possible Yes No X(245) can be refined to X(250) Author should learn COBOL Reveal answer Fill a bubble to check yourself A Correct answer Explanation REDEFINES allows redefining a data item with another of equal or smaller length. Redefining X(250) with X(245) is valid - the smaller length is permitted. The reverse (X(245) to X(250)) would not be allowed.