MFPLI00220 - MFPLI00239
MFPLI00220S "insert-name" 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 characters or too many significant digits.
MFPLI00222S 'insert-name' 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 insert-name 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 insert-name has ordering dependencies in the prologue of its declared block which cannot be guaranteed.
MFPLI00226W An arithmetic operation with a FIXED DECIMALinsert-name operand will be converted to FIXED BINARY(31); significant digits may be lost.
MFPLI00227S Too many MAIN parameters for insert-name.
MFPLI00228S MAIN parameter insert-name must be a scalar of POINTER type.
MFPLI00229S MAIN parameter insert-name 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.
The SKIP option can only be specified for STREAM files and not for GET or PUT statements transmitting to or from a character string.
MFPLI00236S The STRING and LINE options are incompatible.
The LINE option can only be specified for PRINT files and not for PUT statements transmitting to a character string.
MFPLI00237S The STRING and PAGE options are incompatible.
The PAGE option can only be specified for PRINT files and not for PUT statements transmitting to a character string.
MFPLI00238S A Built-in function or concatenation produced a result string whose length exceeds 32767 or is negative.
MFPLI00239S Missing FILE option.
Parent topic:
MFPLI - PL/I Compiler Messages