MFPLI00040 - MFPLI00059
Lists the PL/I compiler messages from MFPLI00040 through MFPLI00059.
MFPLI00040S This LEAVE statement is either not contained within a DO group, or it attempts to transfer control out of the current PROCEDURE or BEGIN block.
MFPLI00041S This statement contains an ambiguous reference to "%1".
MFPLI00042U Possible compiler error. The compiler is unable to find a value node. Correct all program errors and recompile. If this message persists, contact Micro Focus Support Line.
MFPLI00043S Both the FILE and the STRING options have been used in this statement.
MFPLI00044S "%1" has been declared with an INITIAL attribute. An INITIAL attribute cannot be specified for AUTOMATIC arrays with nonconstant extents.
MFPLI00045S Both the DATA and the LIST options have been used in this statement.
MFPLI00046S "%1" is declared with conflicting or duplicate attributes.
MFPLI00047S Both the KEY and the KEYTO options have been used in this statement.
MFPLI00048S Both the SET and the INTO options have been used in this statement.
MFPLI00049S An expected %1 value was not found. One of the values in this statement has a data type which is inconsistent with the context in which the value is used.
MFPLI00050E The precision specified for "%1" exceeds the implementation's limit of FIXED BINARY variables. The maximum precision has been supplied. Use FIXED DECIMAL for larger values.
MFPLI00051E The precision specified for "%1" exceeds the implementation's limit for FIXED DECIMAL variables. The maximum precision has been supplied.
MFPLI00052E The scale-factor specified for "%1" exceeds the implementation's limit. The scale-factor has been set to zero.
MFPLI00053E The precision specified for "%1" exceeds the implementation's limit for FLOAT BINARY variables. The maximum precision has been supplied.
MFPLI00054E The precision specified for "%1" exceeds the implementation's limit for FLOAT DECIMAL variables. The maximum precision has been supplied.
MFPLI00055E Size or precision must be part of a VALUE clause; ignored.
MFPLI00056S More than 8 dimensions have been specified in a DIMENSION attribute.
MFPLI00057U PASS2 has overflowed its stack. Reduce the complexity of this statement and recompile.
MFPLI00058S A descriptor is an apparent STRUCTURE member, but does not immediately follow a descriptor with a level-number.
MFPLI00059S "%1" is declared with an * extent but is not a parameter or a descriptor.
Parent topic:
MFPLI00000 - MFPLI00199