VMS Help  —  SQLPRE72  SQLPRE Command Line, Arguments  FLAG_NONSTANDARD
    Syntax options:

       SQLOPTIONS= (FLAG_NONSTANDARD)
       SQLOPTIONS= (FLAG_NONSTANDARD=SQL92_ENTRY)
       SQLOPTIONS= (FLAG_NONSTANDARD=SQL89)
       SQLOPTIONS= (FLAG_NONSTANDARD=MIA)
       SQLOPTIONS= (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.

    The default is the SQLOPTIONS=(NOFLAG_NONSTANDARD) qualifier.
Close Help