Language Conformance - 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.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

Language Conformance is a one-byte field that specifies whether SQL requests are to be checked for conformance with a particular standard. When Language‑conformance is specified, Connect‑type 'C' must also be specified.

 

In this language...

The variable name for Language Conformance is...

COBOL

DBCAREA‑CONFORMANCE

PL/I

LANG_CONFORMANCE

C

lang_conformance

IBM Assembler

DBCNILCS

 

This routine...

Does this for Language Conformance...

DBCHINI

writes

DBCHCL

reads (CON)

 

Language Conformance is used by...

To...

applications

write.

DBCHINI initializes Language Conformance to the default value provided for it in the HSHSPB for your site. When the value for Language Conformance is not appropriate for an application, perform the following procedure before calling DBCHCL for the connect function.

1 Set Change Options to 'Y'.

2 Change the value for Language Conformance as follows.

 

If conformance checking is to be done at this level...

Then change the value for Language Conformance to...

None

This is always acceptable.

N

Entry-level ANSI (FIPS 127-2).

If the Teradata Database does not support language conformance, it rejects this selection.

2

Intermediate-level ANSI (FIPS 127-3).

If the Teradata Database does not support language conformance, it rejects this selection.

Note: While the client software supports this conformance level, the release 2 database software does not.

3