Merge-into-usage - Call-Level Interface Version 2

Teradata Call-Level Interface Version 2 Reference for Mainframe-Attached Systems

Product
Call-Level Interface Version 2
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

Mergeintousage

Merge‑into‑usage might be used to ascertain the degree to which the Database supports the SQL MERGE INTO statement.

Refers to the Teradata Database associated with the TDP whose TDP identifier is addressed by the QEPTIDP field and has length specified by the QEPTLEN field. Since they do not apply, the QEPRQST and QEPTOKEN fields must contain binary zeroes.

Returns the degree of support for the SQL MERGE INTO statement.

This item is also included in the Aggregate‑support‑list query item.

 

Item Code

Mnemonic

Response DBQERMIU (DbqerMIU for C)

Field

Value

43

QEPIMIU

QERMIU
('usage' for C and PL/I)

A twobyte unsigned integer containing one of the following values:

0 with mnemonic QERMIUN (QER_MergeUsageNone for C, NOTSUPPORTED for COBOL, QER_NOT_SUPPORTED for PL/I) if the statement is not supported. (This is equivalent to an 'N' for the deprecated Mergeintosupport query.)

 

 

 

1 with mnemonic QERMIUS (QER_MergeUsageSingleRow for C, SINGLEROW for COBOL, QER_MERGE_USAGE_SINGLE_ROW for PL/I) if only singlerow MERGE INTO is supported. (This is equivalent to a 'Y' for the deprecated Mergeintosupport query.)

2 with mnemonic QERMIUM (QER_MergeUsageMultiRow for C, MULTIROW for COBOL, QER_MERGE_USAGE_MULTI_ROW for PL/I) if multirow MERGE INTO is supported.