MFPLI01260 - MFPLI01279
Lists the PL/I compiler messages from MFPLI01260 through MFPLI01279.
MFPLI01260U Exception in ALLOC - ONCODE: "%1".
MFPLI01261S The total amount of STATIC data exceeds 2GB. Reduce the amount of STATIC data.
MFPLI01262U Internal compiler error; please contact Micro Focus Support Line.
MFPLI01263E A negative constant is being assigned to an UNSIGNED FIXED BIN variable.
MFPLI01264W An argument being passed by immediate value should be a scalar of type UNSIGNED FIXED BIN (p<=32); "%1" is being passed as-if enclosed by parentheses.
MFPLI01265S Unexpected invalid assignment encountered. If no previous errors were diagnosed, contact Micro Focus Support Line.
MFPLI01266S The attributes of CONTROLLED parameters and CONTROLLED arguments must match exactly.
MFPLI01267E The resultant size of the STRING built-in is > the implementation limit of 32K.
MFPLI01268W "%1" may not be initialized when first used.
MFPLI01269S The argument "%1" has type ENTRY, which is invalid for a corresponding parameter type of ENTRY LIMITED.
MFPLI01270S Assignment to an ENTRY LIMITED target requires the source to be ENTRY LIMITED or a non-nested ENTRY constant.
MFPLI01271E IF, WHILE, UNTIL or WHEN requires a BIT(1) expression when NOLAXIF is in effect.
MFPLI01272E A BIT(1) assignment to a non-BIT(1) target appears as-if a multiple right-to-left assignment may have been intended, which is not allowed when NOLAXIF is in effect; use parentheses to avoid this diagnostic.
MFPLI01273S Parameter descriptor is not a STRUCTURE of the proper shape to receive the STRUCTURE argument being passed to it.
MFPLI01274W An argument being passed by immediate value should be a scalar of type FIXED BIN, FLOAT BIN, ENTRY LIMITED, PTR, OFFSET, CHAR or BIT, each with a size of 4-bytes of less; "%1" is being passed as-if enclosed by parentheses.
MFPLI01275W An argument being passed by immediate value should be a scalar of type FIXED BIN, FLOAT BIN, ENTRY LIMITED, PTR, or OFFSET, or CHAR or BIT with a size of 8-bytes of less; "%1" is being passed as-if enclosed by parentheses.
MFPLI01276S The argument to the POINTERVALUE built-in must be computational.
MFPLI01277S The argument to the BINARYVALUE built-in must be of type POINTER or OFFSET.
MFPLI01278W "%1" is being initialized to EMPTY; conflicting initial attribute ignored.
MFPLI01279E The CONSTANT attribute may only be applied to FILE or ENTRY; ignored.
Parent topic:
MFPLI01200 - MFPLI02099