Syntax options:
FLAG_NONSTANDARD
FLAG_NONSTANDARD =SQL92_ENTRY
FLAG_NONSTANDARD =SQL89
FLAG_NONSTANDARD =MIA
NOFLAG_NONSTANDARD
Specifies whether or not SQL identifies nonstandard syntax.
Nonstandard syntax, called an extension, refers to syntax that
is not part of the ANSI/ISO SQL standard or the Multivendor
Integration Architecture (MIA) standard. You can specify the
following options:
o FLAG_NONSTANDARD
Notifies you of syntax that is an extension to the ANSI/ISO
SQL standard.
o FLAG_NONSTANDARD=SQL92_ENTRY
Notifies you of syntax that is an extension to the ANSI/ISO
SQL standard. This qualifier has the same effect on flagging
as does the FLAG_NONSTANDARD qualifier.
o FLAG_NONSTANDARD=SQL89
Notifies you of syntax that is an extension to the ANSI/ISO
1989 standard.
o FLAG_NONSTANDARD=MIA
Notifies you of syntax that is an extension to the MIA
standard.
o NOFLAG_NONSTANDARD
Prevents notification of extensions.
Preventing notification of extensions (NOFLAG_NONSTANDARD) is the
default.