MFPLI00580 - MFPLI00599
MFPLI00580S Ordinal member "insert-name" exceeds an implementation limit processing the ORDINAL group "insert-name". Reduce the number of ORDINAL members and/or try shortening the member names.
An implementation dependent ORDINAL vector containing ordinal names and values exceeds 32K.
MFPLI00581S ORDINAL type in a RETURN statement must match the ORDINAL RETURNS descriptor.
The ORDINAL type in a return statement must be the same as the ORDINAL type returned by the function.
MFPLI00582S "insert-name" has been declared with a non-ORDINAL initial value.
The ORDINAL initial value must be the same as the ORDINAL type as the declaration.
MFPLI00583S ORDINALs must have the same ORDINAL type for comparison.
Conversion of ORDINALS with differing ORDINAL types is invalid.
MFPLI00584E The OPTIONAL attribute may only be applied to parameters or descriptors; attribute ignored.
The OPTIONAL attribute is being applied to a variable that is not a parameter.
MFPLI00585S Comparison of an arithmetic type to POINTER is not valid; -nolaxptr is in effect.
POINTER comparison to computational types is invalid; -nolaxptr is in effect under -mvs.
MFPLI00586S Assignment of an arithmetic type to POINTER is not valid; -nolaxptr is in effect.
Assignment of computational types to POINTER is invalid; -nolaxptr is in effect under -mvs.
MFPLI00587S A FORMAT width field is negative or exceeds the implementation limit of 32767.
The maximum value of a FORMAT width field is 32767 and cannot be negative.
MFPLI00588S A FORMAT EF fractional digits field is negative or exceeds the implementation limit of insert-value.
The maximum value of a FORMAT EF fractional digits field is has been exceeded or is negative.
MFPLI00589S A FORMAT E signifcant digits field is negative or exceeds the implementation limit of insert-value.
The maximum value of a FORMAT EF fractional digits field is has been exceeded or is negative.
MFPLI00590S A FORMAT F scaling factor must be within the implementation limit of +/- insert-value.
The magnitude of the FORMAT F scaling factor has exceeded its implementation limit.!
MFPLI00591S E-FORMAT item with invalid width, fractional digits, or significant digits specifier.
The FORMAT E significant digits must be >= the number of fractional digits, <= the field width, and >= 0.
MFPLI00599W "member-name" is non-computational; all non-computational members referenced in this IO statement will be ignored during processing (skipped).
The computational members will be processed, but non-computational members will be ignored (skipped).
Parent topic:
MFPLI - PL/I Compiler Messages