MFPLI00480 - MFPLI00499
MFPLI00489E An END statement needs to be supplied to close a previous DO, SELECT, BEGIN, or PROCEDURE statement; compiler option -nomulticlose is in effect.
Compiler option -nomulticlose (default) prohibits multiple closure of groups (automatic insertion of END statements).
MFPLI00491S "variable-name" is declared with a constant length extent; the corresponding extent in the ALLOCATE statement does not match.
The length extent as specified in the ALLOCATE statement is invalid because it does match the corresponding extent in the declaration.
MFPLI00492S "variable-name" is declared as a scalar; the corresponding item in the ALLOCATE statement has a dimension.
Dimensions in the ALLOCATE statement must match corresponding dimensions in the declaration.
MFPLI00493S The constant dimensions specified for "variable-name" in the ALLOCATE statement do not match the corresponding dimensions specified in its declaration.
Dimensions in the ALLOCATE statement must match corresponding dimensions in the declaration.
MFPLI00494S The number of dimensions specified for "variable-name" in the ALLOCATE statement do not match the corresponding dimensions specified in its declaration.
Dimensions in the ALLOCATE statement must match corresponding dimensions in the declaration.
Parent topic:
MFPLI - PL/I Compiler Messages