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
15.10
Language
English (United States)
Last Update
2018-10-07
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

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'

  • DBCNIUWN for Assembler
  • DBC_UtilWorkloadNo for C
  • DBC‑NO for COBOL
  • DBC_UTIL_WORKLOAD_NO for PL/I
  • indicates the proprietary CHECK WORKLOAD statement will be used.

    'Y'

  • DBCNIUWY for Assembler
  • DBC_UtilWorkloadYes for C
  • DBC‑YES for COBOL
  • DBC_UTIL_WORKLOAD_YES for PL/I