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
|