MFPLI00060 - MFPLI00079
Lists the PL/I compiler messages from MFPLI00060 through MFPLI00079.
MFPLI00060S "%1" is declared with nonconstant extents but is not an AUTOMATIC, BASED, CONTROLLED, or DEFINED variable.
MFPLI00061S An expected %1 value was not found. One of the values in this statement has a data type that cannot be converted to the type required by the context in which the value is used.
MFPLI00062S Possible compiler error. An invalid code has been given to the convert subroutine of PASS2. Correct all program errors and recompile. If this message persists, contact Micro Focus Support Line.
MFPLI00063U The length of a name or constant exceeds the implementation's limit. Check to see if all string constants are properly quoted with ' and that any contained 's occur in pairs. Also check for unbalanced /* */.
MFPLI00064S A built-in function has been referenced with the wrong number of arguments.
MFPLI00065S Because POINTERs are not capable of pointing to bit-addresses, the argument of ADDR must be aligned on a byte or higher storage boundary.
MFPLI00066U The nesting depth of a STRUCTURE exceeds the implementation's limit.
MFPLI00067U A statement exceeds the implementation's limit of tokens.
MFPLI00068S Invalid syntax in an arithmetic constant.
MFPLI00069W An arithmetic constant must be separated from the following symbol by a delimiter. A blank delimiter has been supplied.
MFPLI00071U The total number of errors exceeds the implementation's limit.
MFPLI00072S The second argument of the ROUND built-in function must be an optionally signed decimal integer constant.
MFPLI00073S The R-format must reference a format value.
MFPLI00074S The only values that can be converted to POINTER typeS are OFFSET variables that have been declared with an AREA name.
MFPLI00075S A floating-point value is required by this statement, but a noncomputational value has been used. It cannot be converted.
MFPLI00076S One of the bounds declared for "%1" is invalid because the lower bound is greater than the upper bound.
MFPLI00077S This statement contains an unrecognizable condition name.
MFPLI00078S A parenthesized name is not valid with this condition.
MFPLI00079U Excessive complexity of this statement has caused the compiler's parse output stack to overflow. Reduce the complexity and recompile.
Parent topic:
MFPLI00000 - MFPLI00199