Message

Compiling the program with the CMPR2 and FLAGMIG compiler options generates the following message for each data movement statement that will behave differently under NOCMPR2:
IGYPS2222-W
**MIGR** The maximum length of receiver "ODO-RECEIVER" will be used under the "NOCMPR2" compiler option.
This difference in variable-length group moves affects any statement that moves data. The affected statements are:
  • ACCEPT identifier (Format 1 or Format 2)
  • MOVE . . . TO identifier
  • READ . . . INTO identifier
  • RELEASE identifier FROM . . .
  • RETURN . . . INTO identifier
  • REWRITE identifier FROM . . .
  • STRING . . . INTO identifier
  • UNSTRING . . . INTO identifier DELIMITER IN identifier
  • WRITE identifier FROM . . .