MFPLI00120 - MFPLI00139
Lists the PL/I compiler messages from MFPLI00120 through MFPLI00139.
MFPLI00120S Invalid dimension specified in HBOUND, LBOUND, or DIM.
MFPLI00121W The INITIAL attribute specified for "%1" contains fewer values than are required to fully initialize the variable.
MFPLI00122S The ALLOCATION built-in function must reference a non-member CONTROLLED variable.
MFPLI00123S Addition of POINTERs is invalid.
MFPLI00124S One of the initial values specified for "%1" cannot be converted to this variable type.
MFPLI00125S More than 240 operands have been used with an operator, function, or call.
MFPLI00126E Excess initial values have been specified for "%1".
MFPLI00127S Invalid picture %1.
MFPLI00128S "%1" specifies more than 15 decimal digits.
MFPLI00129S The picture specification "%1" results in a compiled picture that exceeds the implementation limit. Reduce the size of the picture and recompile.
MFPLI00130S The picture specification "%1" contains a field of more than 255 characters.
MFPLI00131S The picture specification "%1" contains multiple sign symbols.
MFPLI00132E "%1" is declared as AUTOMATIC but is outside the scope of any PROCEDURE. It has been changed to STATIC. If no previous errors were diagnosed, contact Micro Focus Support Line.
MFPLI00133U The nesting level of DO, PROCEDURE, and BEGIN statements exceeds the implementation's limit.
MFPLI00134S One of the targets of this assignment is not a variable or pseudovariable reference.
MFPLI00135S BY NAME expansion is invalid because the left-most target of the assignment is a STRUCTURE that contains more than 20 elementary members.
MFPLI00136S A reference to the function "%1" would return a STRUCTURE or an array value but the returns type of the function was not declared with the TYPE attribute.
MFPLI00137S A subscript is out-of-range in this statement.
MFPLI00138W "%1" is a function that has been called by a CALL statement.
MFPLI00139W "%1" is a subroutine that has been called as a function.
Parent topic:
MFPLI00000 - MFPLI00199