Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DDLSQLOnlyCompile

Enable/disable an SQL-only compile.

Synopsis

[SQL]    DDLSQLOnlyCompile=n

Description

The value n may be 1 or 0:

  • When 1 (true), any class compilation performed as a result of executing a DDL statement compiles the class with the q (sqlonly) flag.

  • When 0 (false), the q flag is not used.

Examples

DDLSQLOnlyCompile=0

Range of Values

0 or 1. The default is 0.

Management Portal

No equivalent.

FeedbackOpens in a new tab