Causes the SQL Option preprocessor to emulate the behavior of either the DB2 preprocessor or coprocessor.
Syntax:
BEHAVIOR={STACKED | COPROCESSOR}
Parameters:
STACKED
|
The SQL Option preprocessor behaves as if it were a stacked preprocessor, implying that data elements defined in COBOL COPY statements are not visible with SQL.
|
COPROCESSOR
|
The SQL Option preprocessor behaves as if it were a coprocessor, which is another module within the compiler, implying that data elements defined anywhere within the COBOL program are visible and available for use as host variables.
|