FILLSYSCAT

Causes the preprocessor to insert information about EXEC SQL statement in the program into the SYSDBRM and SYSSTMT system catalog tables when the COBOL program is compiled.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]FILLSYSCAT

Parameters:

None

Properties:

Default: NOFILLSYSCAT

Comments:

The default is NOFILLSYSCAT, which causes no catalog information to be created or saved. Use of this directive may slow processing while the preprocessor logs on to the SQL Option Server and writes the information to the system tables. You must have SYSADM privileges on the system tables to use this directive. See the SQL Option SQL Reference for a description of the columns in these system tables.