15.2.1 Pre-Requisites
The programs handled by the CICS preprocessor must respect the following conditions, or else run the risk of producing errors at compile or Runtime.
- CICS Runtime must be installed. Some technical header files
used by
prepro-cics-C.pl
are delivered underinclude
directory in CICS Runtime module. -
prepro-cics-C.pl
does not support "TSAM call path for CICS and DB" functions. - If the program contains "
EXEC SQL
" statements, the preprocessor is asked to be executed ahead of db pre-complier commands (db2 prep for IBM UDB or pro*C for Oracle DB).
Parent topic: prepro-cics-C.pl