1 |
(typeEsc) An element descriptor type (descElmt)
that is not one of the following data types. |
2 |
(typeChar) A string of SBCS characters with
values in the range X'00' through X'FF'. |
3 |
(typeCharZ) A string of SBCS characters with
values in the range X'01' through X'FF' that ends with a null byte
(X'00'). |
4 |
(typeCharV2) A string of SBCS characters prefixed
by an unsigned 2-byte binary count field. The count field specifies the current
length of the string in terms of the number of string elements, that is, the
number of characters. |
5 |
(typeCharV4) A string of SBCS characters prefixed
by an unsigned 4-byte binary count field. The count field specifies the current
length of the string in terms of the number of string elements, that is, the
number of characters. |
6 |
(typeBit) A string of bits with values of 0 or
1. |
7 |
(typeBitV2) A string of bits prefixed by an
unsigned 2-byte binary count field. The count field specifies the current
length of the string in terms of the number of string elements, that is, the
number of bits. |
8 |
(typeBitV4) A string of bits prefixed by an
unsigned 4-byte binary count field. The count field specifies the current
length of the string in terms of the number of string elements, that is, the
number of bits. |
9 |
(typeGChar) A string of DBCS characters with
values in the range X'0000' through X'FFFF'. |
10 |
(typeGCharZ) A string of DBCS characters with
values in the range X'0001' through X'FFFF' that end with a null byte
(X'0000'). |
11 |
(typeGCharV2) A string of DBCS characters
prefixed by an unsigned 2-byte binary count field. The count field specifies
the current length of the string in terms of the number of string elements,
that is, the number of characters. |
12 |
(typeGCharV4) A string of DBCS characters
prefixed by an unsigned 4-byte binary count field. The count field specifies
the current length of the string in terms of the number of string elements,
that is, the number of characters. |