Utility-workload - 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

Utility-workload is a one byte EBCDIC field that is used only by Teradata utilities to indicate whether the proprietary CHECK WORKLOAD statement will be used. When Utility-workload 'Y' is specified, Connect-type 'C' must also be specified.

In this language... The variable name for Utility-workload is...
COBOL UTILITY_WORKLOAD
PL/I UTILITY_WORKLOAD
C, C++ utilityWorkload
IBM DBCNIUW
This routine... Does this for Utility-workload...
DBCHINI writes
DBCHCL reads (RCON, IRQ, IWPF)
Utility-workload is used by... To...
applications write

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

If... Then set Utility-workload to...
indicates the proprietary CHECK WORKLOAD statement will not be used. 'N'
  • DBC-NO for COBOL
  • DBC_UTIL_WORKLOAD_NO for PL/I
  • DBC_UtilWorkloadNo for C and C++
  • DBCNIUWN for Assembler
indicates the proprietary CHECK WORKLOAD statement will be used. 'Y'
  • DBC-YES for COBOL
  • DBC_UTIL_WORKLOAD_YES for PL/I
  • DBC_UtilWorkloadYes for C and C++
  • DBCNIUWY for Assembler