SystemFE Macro Listings - Teradata Vantage - Analytics Database

SystemFE Macros

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-10-30
dita:mapPath
iqw1628112378327.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
usl1472251351342
lifecycle
latest
Product Category
Teradata Vantageā„¢

This section shows the BTEQ script listings used to create each macro for reference purposes. Refer to these listings to understand the source of the data of the macro and how the macro processes the data.

To obtain the most up-to-date listing of the macros that reside in the SystemFE database, use the following query:

select tvm.TVMNameI, tvm.TableKind
from dbc.dbase, dbc.tvm
where    dbase.DatabaseID = tvm.DatabaseID
     AND dbase.Databasename = 'SystemFE'
     AND tvm.TableKind = 'M'
order by 1;

To view the definition of a macro, use SHOW MACRO macroname.