MFPLI00240 - MFPLI00259
Lists the PL/I compiler messages from MFPLI00240 through MFPLI00259.
MFPLI00240S The first argument of ROUND must be a FIXED DECIMAL value with a nonzero scale-factor.
MFPLI00241W A noninteger value has been converted to an integer for use as a subscript or as an integer argument to a built-in function.
MFPLI00242S An IGNORE option cannot be given with an INTO or SET option.
MFPLI00243W Conversion of an arithmetic expression to a CHAR(1) target always results in a space " " due to conversion rules. Use the BYTE BUILTIN if direct assignment as a byte-value is intended.
MFPLI00244S The SIZE built-in function requires a CONNECTED level-one variable reference with no * subscripts as its argument.
MFPLI00245S %1 is a STRUCTURE containing the UNION attribute and cannot be used in a STREAM I/O statement.
MFPLI00246E "%1" contains an illegal use of the UNION attribute. It is ignored. The UNION attribute may be used only on a STRUCTURE.
MFPLI00247S Possible Compiler Error: Unable to determine size_units of "%1" for the SIZE built-in function.
MFPLI00248E Possible preprocessor error: mismatched %%ENDFILE at physical line: %1 in FILE: %2$s. Please contact Micro Focus Support Line.
MFPLI00249S Missing argument in call to "%1" is not valid unless the OPTIONAL attribute is present or OPTIONS(VARIABLE) is specified in the ENTRY declaration.
MFPLI00250S Only integers are allowed with K, M, or G suffix.
MFPLI00251S "%1" has been declared with the UNALIGNED attribute. OFFSET, LABEL, and AREA cannot be unaligned.
MFPLI00252E A target variable "%1" in the assignment BY NAME is not a STRUCTURE.
MFPLI00253I No assignments are generated by this BY NAME assignment statement.
MFPLI00254S Negative arguments are not allowed for HIGH or LOW intrinsic functions.
MFPLI00255W Number of parameters for PROCEDURE "%1" does not agree with the EXTERNAL ENTRY declaration for the same PROCEDURE.
MFPLI00256W Parameter "%1" type conflicts with the parameter type and/or attributes declared in the EXTERNAL ENTRY declaration for the same PROCEDURE.
MFPLI00257W There is a return descriptor mismatch between PROCEDURE "%1" and the EXTERNAL ENTRY declaration for the same PROCEDURE.
MFPLI00258W RETURNS descriptor type of function "%1" conflicts with the return type declared in the EXTERNAL ENTRY declaration for the same function.
MFPLI00259S Array built-ins require an array of scalars as an argument.
Parent topic:
MFPLI00200 - MFPLI00399