MFPLI00220 - MFPLI00239
Lists the PL/I compiler messages from MFPLI00220 through MFPLI00239.
MFPLI00220S "%1" is a label variable and as such cannot be used as a label prefix. Remove the DECLARE statement that declared the label variable.
MFPLI00221S A XN or XU hexadecimal constant contains illegal chararacters or too many significant digits.
MFPLI00222S '%1' must have an INITIAL((n)EMPTY) attribute, where n is the number of elements in the array.
MFPLI00223S An asterisk cannot be used as a subscript.
MFPLI00224E %1 is an AUTOMATIC variable initialized in prologue of its block to an uninitialized AUTOMATIC variable declared in the same block.
MFPLI00225W The AUTOMATIC storage initialization of %1 has ordering dependencies in the prologue of its declared block which cannot be gauranteed.
MFPLI00226W An arithmetic operation with a FIXED DECIMAL%1 operand will be converted to FIXED BINARY(31); significant digits may be lost.
MFPLI00227S Too many MAIN parameters for %1.
MFPLI00228S MAIN parameter %1 must be a scalar of POINTER type.
MFPLI00229S MAIN parameter %1 must be a scalar of CHAR VAR type without * extents.
MFPLI00230S A WIDECHAR or GRAPHIC string has been declared with a negative repetition factor, or the resulting string length exceeds 16383.
MFPLI00231S A format's repeat field, w field, or d field is negative or exceeds the implementation's limit.
MFPLI00232S A format has a missing field.
MFPLI00233S Possible compiler error. A P-format or a R-format without the appropriate operand. Correct all program errors and recompile. If this message persists, contact Micro Focus Support Line.
MFPLI00234S A complex variable cannot be used as an index of a DO statement.
MFPLI00235S The STRING and SKIP options are incompatible.
MFPLI00236S The STRING and LINE options are incompatible.
MFPLI00237S The STRING and PAGE options are incompatible.
MFPLI00238S A Built-in function or concatenation produced a result string whose length exceeds 32767 or is negative.
MFPLI00239S Missing FILE option.
Parent topic:
MFPLI00200 - MFPLI00399