MFPLI00400 - MFPLI00419
MFPLI00400S "insert-name" has been declared with the VARYINGZ attribute. Only CHARACTER string variables may be declared VARYINGZ.
MFPLI00401W Z/OS STRUCTURE mapping of structure-name may require "-bitsltr" to map little-endian bit-fields left-to-right.
MFPLI00402S ENTRY constants used in STATIC INITIAL must be non-nested.
MFPLI00403E LABEL variables cannot be initialized with STATIC INITIAL; the required stack frame address is unknown at compile-time.
MFPLI00404W insert-name condition raised during a compile-time conversion check; this will likely result in the same condition raised at run-time.
MFPLI00405I The undeclared name "insert-name" has been declared with the default type as a variable in the outermost PROCEDURE.
MFPLI00406I The undeclared name "variable-name" has been contextually declared as a variable in the outermost block-type.
MFPLI00407S GET input-item "insert-name" must be computational.
MFPLI00408E OPTIONS(MAIN) is not allowed on a nested procedure; ignored.
OPTIONS(MAIN) is not allowed on a nested procedure.
MFPLI00409E OPTIONS(CICSMAIN) is not allowed on a nested procedure; ignored.
OPTIONS(CICSMAIN) is not allowed on a nested procedure.
MFPLI00414S The second argument to the JSONxxx built-ins must be FIXED BIN but a non-computational value has been used.
MFPLI00415S The third argument to the JSONxxx built-ins must not contain any elements that have * names, UNION or GRAPHIC attributes, non-computational data, scaled FIXED BINARY, or FIXED DECIMAL(p,q) where q < 0 or q > p.
MFPLI00416S The first argument to the JSONxxx built-ins must be a locator (OFFSET with explicit AREA declaration or a POINTER).
MFPLI00417S A precision/length exceeds the implementation limit of insert-name.
Parent topic:
MFPLI - PL/I Compiler Messages