MPLIE00040 - MPLIE00059
MPLIE00040I Preprocessor option "option-name" ignored.
Preprocessor option "
option-name
" ignored.
MPLIE00041S PACKAGE feature is not supported. Your program may contain only one external procedure.
Packages are not supported by the EXEC preprocessor.
MPLIE00042W Errors have been detected during initialization (FERC=front-end-return-code). Processing continues.
During initialization errors have been detected.
MPLIE00043W Inter-component logic error. %%sdebug count has become -ve. Possible statement stepping/debugging issues when debugging.
MPLIE00044S SQL does not support PL/I data type "data-type".
PL/I data type "
data-type
" is not supported by SQL.
MPLIE00045S Physical end of file reached before logical end. An END statement may be missing.
Physical end of file reached before END statements have been encountered for all PROCEDURE and BEGIN blocks, or DO and SELECT groups.
MPLIE00046S Physical end of file reached before logical end. A ")" may be missing.
Physical end of file reached before matching right parentheses have been encountered for all left parentheses.
MPLIE00047S Physical end of file reached before logical end. A "*/" may be missing.
Physical end of file reached before matching closing comment delimiters have been encountered for all open comments.
MPLIE00048S Physical end of file reached before logical end. A single quote may be missing.
Physical end of file reached before matching closing quotes have been encountered for all single quoted strings.
MPLIE00049S Physical end of file reached before logical end. A double quote may be missing.
Physical end of file reached before matching closing quotes have been encountered for all double quoted strings.
MPLIE00056S SQLCA declaration in a nested block (PROCEDURE or BEGIN) is not allowed. It is allowed only in outermost block(s) or in a PACKAGE.
SQLCA declaration (usually via include of SQLCA) in a nested block (PROCEDURE or BEGIN)is not allowed.
Parent topic:
MPLIE - PL/I CICS, SQL, DLI, and INCLUDE Preprocessor and PL/I Source Conversion Tool Messages