Period-as-Struct - Call-Level Interface Version 2

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

Product
Call-Level Interface Version 2
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-07
dita:mapPath
jen1488824663137.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities

Period-as-Struct is a one byte EBCDIC field that indicates whether to treat Period data types as Structured UDTs in honoring the Transforms-off option and return information about the constituent attributes.

In this language... The variable name for Period-as-Struct is...
COBOL PERIOD-AS-STRUCT
PL/I PERIOD_AS_STRUCT
C, C++ periodAsStruct
IBM Assembler DBRIPAS
This routine... Does this for Period-as-Struct...
DBCHINI writes.
DBCHCL reads (RSUP; IRQ; IWPF)
Period-as-Struct is used by... To...
applications write.

One of the following values may be set before initiating a request:

If... Then set Period-as-Struct to...
indicates that Period data types are treated as simple data types. 'N'
  • DBC-NO for COBOL
  • DBC_PERIOD_AS_STRUCT_NO for PL/I
  • DBC_periodAsStructNo for C and C++
  • DBRIPASN for Assembler
indicates that Period data types are treated as Structured UDTs in honoring the Transforms-off option. 'Y'
  • DBC-YES for COBOL
  • DBC_PERIOD_AS_STRUCT_YES for PL/I
  • DBC_periodAsStructYes for C and C++
  • DBRIPASY for Assembler

The default setting is "N".