MFPLI00460 - MFPLI00479
MFPLI00460S Result of concatenating two string literals exceeds the implementation limit of insert-value.
A concatenation of two string literals resulted in a length greater than the allowed limit.
MFPLI00461W SELECT statement contains no WHEN or OTHERWISE clauses.
Add at least one WHEN or OTHERWISE clause.
MFPLI00462S The second argument to the Built-in built-in must be a POINTER or OFFSET.
MFPLI00463S DEFINE STRUCTURE may not specify an array of structures.
DEFINE STRUCTURE may not specify an array of structures.
MFPLI00464S Storage attributes are invalid in structure definition.
Storage attributes like static, controlled etc. are invalid in structure definition.
MFPLI00465W The expression expression value is duplicate of one found in a previous WHEN clause at line line number .
Unintended behavior may occur for a SELECT with multiple WHEN statements that are true.
MFPLI00466W The expression expression value is duplicate of one found in this WHEN clause.
Unintended behavior may occur for a SELECT with multiple WHEN statements that are true.
MFPLI00467W SELECT statement contains no WHEN clauses.
Add at least one WHEN clause.
MFPLI00468W SELECT statement contains no OTHERWISE clause.
Add an OTHERWISE clause.
MFPLI00469S All members of an argument to the STRING built-in function/pseudovariable must have string type.
All members of an argument to the STRING built-in function/pseudovariable must have string type.
MFPLI00470S "variable-name" (argument number insert-number) has a different strong type than the corresponding parameter.
Strong types of argument and parameter does not match.
MFPLI00471S Arithmetic operations of STRUCTURE TYPE and STRUCTURE TYPE is invalid.
Arithmetic operations like addition, subtraction, multiplication etc. are invalid if operands are named STRUCTURE.
MFPLI00472S Source and target in assignment have differing strong types.
Source and target in assignment have differing strong types.
MFPLI00473S TYPEs must be defined before their use.
Define STRUCT TYPEs must be defined before their use.
MFPLI00474S "insert-name" is declared with TYPE but its TYPE reference "insert-name" does not resolve to a definition of a type.
Type is not defined.
MFPLI00475S Handle size can only be 32 or 64.
Handle size can only be 32 or 64.
MFPLI00476S Invalid handle size for a 32-bit platform.
Invalid handle size for a 32-bit platform.
MFPLI00477E Repeated declaration of HANDLE for "insert-name" is invalid. Former declaration ignored.
Repeated declaration of HANDLE.
MFPLI00478S Handle type "insert-name" not defined.
Handle type "
insert-name
" not defined.
MFPLI00479S Argument to HANDLE built-in has invalid type.
Argument to HANDLE built-in has invalid type.
Parent topic:
MFPLI - PL/I Compiler Messages