SQLFLAGGER(NONE|ENTRY|INTERMEDIATE)
-sf (NONE|ENTRY|INTERMEDIATE) - Teradata Preprocessor2

Teradata® Preprocessor2 for Embedded SQL Programmer Guide

Product
Teradata Preprocessor2
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-19
dita:mapPath
whb1544831946911.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2446
lifecycle
previous
Product Category
Teradata Tools and Utilities

Purpose

Defines the type of SQL flagging performed on the SQL being preprocessed.

Usage Notes

The abbreviation for SQLFLAGGER is SQLFLAG.

Options for SQLFLAGGER (or -sf) are:

Option Level of SQL Flagging Provided
NONE None.

This is the default value.

ENTRY Entry level ANSI compliance.

Also specify SQLCHECK(FULL) when specifying SQLFLAG(ENTRY).

INTERMEDIATE Intermediate level ANSI-compliance.
INTERMEDIATE intermediate level ANSI-compliance.

When this option is specified, the default value for TRANSACT becomes ANSI.

Also specify SQLCHECK(FULL) when specifying SQLFLAG(INTERMEDIATE).

When the SQL flagger is enabled, only static embedded SQL statements are flagged during precompilation and only dynamic embedded SQL statements are flagged during program execution (runtime).