MFPLI00560 - MFPLI00579
MFPLI00560S "ordinal-name" is not ORDINAL.
The ORDINAL name is either DEFINE ALIAS or DEFINE STRUCT.
MFPLI00561S Argument number argument-number is dimensioned but its corresponding parameter descriptor is not.
Array argument and its corresponding parameter descriptor must match dimensions and bounds.
MFPLI00562S Argument number argument-number and its corresponding parameter descriptor have differing dimensions.
Array argument and its corresponding parameter descriptor must match dimensions and bounds.
MFPLI00563S Argument number argument-number and its corresponding parameter descriptor have differing upper and/or lower array bounds.
Array argument and its corresponding parameter descriptor must match dimensions and bounds.
MFPLI00564S Sub-elements of argument number argument-number is dimensioned but its corresponding parameter descriptor is not.
All sub-elements of a structure argument and its corresponding parameter descriptor must match array dimensions and bounds.
MFPLI00565S Sub-elements of argument number argument-number and its corresponding parameter descriptor have differing dimensions.
All sub-elements of a structure argument and its corresponding parameter descriptor must match array dimensions and bounds.
MFPLI00566S Sub-elements of argument number argument-number and its corresponding parameter descriptor have differing upper and/or lower array bounds.
All sub-elements of a structure argument and its corresponding parameter descriptor must match array dimensions and bounds.
MFPLI00567W Argument number argument-number has variable array extents while its corresponding parameter descriptor has constant array extents; this argument is being passed by reference (caution).
Use star-extents in the parameter descriptor where variable extents are intended.
MFPLI00568S Argument number 1 to insert-name QUICKSORT or QUICKSORTX must be a one-dimensional array of computational type, POINTER, or ORDINAL.
The first argument to QUICKSORT or QUICKSORTX must an array of computational type, POINTER, or ORDINAL.!
MFPLI00569S If argument number 1 to insert-name QUICKSORT or QUICKSORTX is type BIT, then it must be ALIGNED.
The first argument to QUICKSORT or QUICKSORTX cannot be BIT unaligned.
MFPLI00570S Argument number 1 to insert-name QUICKSORT or QUICKSORTX must be a one-dimensional array.
The first argument to QUICKSORT or QUICKSORTX must a one-dimensional array.
MFPLI00571S Argument number 1 to insert-name QUICKSORT or QUICKSORTX must be an array reference.
The first argument to QUICKSORT or QUICKSORTX must an array reference.It cannot be an expression.
MFPLI00572S Argument number 2 to QUICKSORTX must be type ENTRY LIMITED having two POINTER BYVALUE arguments and the RETURNS(FIXED BIN(31)) attribute.
The second argument to QUICKSORTX must of type ENTRY LIMITED, requires two POINTER BYVALUE arguments, and must RETURN type FIXED BIN(31).
MFPLI00573S The ORDINAL name "ordinal-name" is not DEFINEd. Use DEFINE ORDINAL to create the ordinal name.
The ORDINAL name is does not exist.
MFPLI00574W Duplicate or conflicting ORDINAL attribute; last occurence taken.
PRECISION, SIGNED, and/or UNSIGNED are duplicate or conflicting attributes.
MFPLI00575E Initial value < 0 conflicts with UNSIGNED; UNSIGNED ignored.
PRECISION, SIGNED, and/or UNSIGNED are duplicate or conflicting attributes.
MFPLI00576E The largest ordinal value does not fit in the specified PRECISION; PRECISION adjusted.
The largest ordinal value does not fit in the specified PRECISION.
MFPLI00577S "insert-name" must have the same ORDINAL type for assignment.
Conversion of ORDINALS with differing ORDINAL types is invalid.
MFPLI00578S Argument "insert-name" and its corresponding parameter have differing ORDINAL types.
An ORDINAL argument must be of the same ORDINAL type as its corresponding parameter.
MFPLI00579S ORDINAL built-in argument must be of ORDINAL type.
ORDINAL built-ins require an argument of ORDINAL type.
Parent topic:
MFPLI - PL/I Compiler Messages