Array-transforms-off is a one byte character field that specifies whether transforms are to be on or off for elements of an array. If specified as 'Y', the elements are not transformed, that is, they are left as their constituent attributes. If specified as 'N', the elements are transformed to VARCHARs.
The database rejects use of this option unless Return-Statement-Info='Y'.
In this language... |
The variable name is... |
COBOL |
ARRAY-TRANSFORMS-OFF |
PL/I |
ARRAY_TRANSFORMS_OFF |
C, C++ |
arrayTransformsOff |
IBM Assembler |
DBRIATO |
This routine... |
Does this for... |
DBCHINI |
writes |
DBCHCL |
reads and writes (RSUP; IRQ; IWPF) |
Array-transforms-off is used by... |
To... |
applications |
write. |