MFPLI01240 - MFPLI01259
Lists the PL/I compiler messages from MFPLI01240 through MFPLI01259.
MFPLI01240E A STRUCTURE can be initialized only by the separate initialization of its elementary names. The INITIAL attribute on %1 is being ignored.
MFPLI01241S The NAMES ExtraLinguals and ExtraLinguals Uppercase strings must be the same length and should have a 1-1 character mapping.
MFPLI01242S The character %1 cannot be added as a valid character in an identifier.
MFPLI01243S A character value of %1 was found as part of an identifier. Check for possible ASCII or EBCDIC source characters, or use the Extralinguals compiler option -names.
MFPLI01244S A character value of %1 cannot be used for the OR (|) or NOT (^) symbol.
MFPLI01245S The argument of *PROCESS OR ('|') must be a character string of 1-7 chars.
MFPLI01246S The argument of *PROCESS NOT ('^') must be a character string of 1-7 chars.
MFPLI01247E The PACKAGENAME BUILTIN is undefined in this context.
MFPLI01248S An EXEC statement has been encountered; it should first be processed by the appropriate preprocessor.
MFPLI01249S The named constant %1 could not be evaluated as a restricted expression at compile-time.
MFPLI01250E Named constants are NONASSIGNABLE.
MFPLI01251S The RECSIZE(n) attribute for %1 must be an optionally signed integer, a named integer constant, or a STATIC fixed bin scalar with an initializer.
MFPLI01252I The RECSIZE ENV attribute for %1.
MFPLI01253S The first argument of the HEX built-in function must be a variable reference.
MFPLI01254S The second argument of the HEX built-in function must be of type char(1) nonvarying.
MFPLI01255S The character length of %1 could not be evaluated as a restricted expression at compile-time. STATIC variables must have a constant size.
MFPLI01256S The third argument of the HEXIMAGE built-in function must be of type char(1) nonvarying.
MFPLI01257S The first argument to the HEXIMAGE built-in must be a locator (OFFSET with explicit AREA declaration or a POINTER).
MFPLI01258W A dummy array argument has been created.
MFPLI01259E The PROCEDURENAME BUILTIN is undefined in this context.
Parent topic:
MFPLI01200 - MFPLI02099