PRINT group - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
xha1591998860283.ditamap
dita:ditavalPath
xha1591998860283.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

The PRINT group command displays groups of variables by variable types.

Syntax

{ PRINT | PR } [
  ALL |
  BUTTONS |
  CHECKBOX |
  LABELS |
  SCALES |
  TEXT |
  TRACE
]

Syntax Elements

ALL
All variables in the PDE Control GDO. This is the default.
BUTTONS
Variables that take one value from a set of two or more possible values.
CHECKBOX
Variables that take binary values.
LABELS
Variables that are labels (not normally modified by users).
SCALES
Variables that are integer values.
TEXT
Variables entered as strings, which may include some numeric fields.
TRACE
All trace entries.