MFPLI00100 - MFPLI00119
Lists the PL/I compiler messages from MFPLI00100 through MFPLI00119.
MFPLI00100S "%1" has been referenced with too few arguments.
MFPLI00101S "%1" has been referenced with too many empty argument lists.
MFPLI00102S This statement contains duplicate options.
MFPLI00103S Invalid option for this statement or invalid syntax in an option.
MFPLI00104S One of the iSUBs used in the base-reference of "%1" cannot be replaced by a subscript from this reference. This reference cannot be mapped into a valid reference to the base-variable.
MFPLI00105S The precision specified for the result of this built-in function exceeds the implementation's maximum allowed for the resulting data type.
MFPLI00106S A reference to "%1" contains a subscript that has not been used as a replacement for an iSUB or an asterisk in the base-reference. This reference cannot be mapped into a valid reference to the base variable.
MFPLI00107S "%1" has been referenced with too few subscripts. Asterisk subscripts must be used to reference a cross-section. All subscripted references must have as many subscripts as the array has dimensions - including any inherited dimensions.
MFPLI00108S An array or STRUCTURE value has been used in a context that requires a scalar value.
MFPLI00109S An assignment target, parameter descriptor, or returns descriptor is not an array or STRUCTURE of the proper shape to receive the array or STRUCTURE value being assigned to it.
MFPLI00110E A string constant exceeds the implementation's maximum length of %1. Trunction will occur.
MFPLI00111S An operation on two STRUCTUREs is possible only when both STRUCTUREs have the same number of immediate members.
MFPLI00112S An operation on two arrays is possible only when both arrays have the same number of dimensions and the exact same lower and upper bounds.
MFPLI00113S A bit-string constant contains an invalid digit following the B. Only 1, 2, 3, or 4 are permitted.
MFPLI00114W %%%1 is an unrecognizable %% statement; ignored.
MFPLI00115S Invalid syntax in %%REPLACE statement. The correct syntax is %%REPLACE id BY c; where id is an identifier and c is: a character-string constant, a bit-string constant, or an arithmetic constant preceded by an optional minus sign.
MFPLI00116S "%1" could not be converted to its internal representation. Check for too many digits, an exponent that is too large or too small, or an invalid character in a string constant.
MFPLI00117U The number of nested %%INCLUDE statements has exceeded the implementation's limit.
MFPLI00118S Invalid syntax in %%INCLUDE statement. The correct syntax is one of the following forms: %%INCLUDE 'string-constant'; %%INCLUDE identifier; or %%INCLUDE (identifier); or %%INCLUDE identifier(identifier);
MFPLI00119S The first argument to a LBOUND, HBOUND, or DIM built-in function must be an array reference.
Parent topic:
MFPLI00000 - MFPLI00199