Describing the Character Format
The input parameter column_value_mode
describes the character format of the data that is being processed and is used in several of the function codes. The following table describes the meaning of the EXIT_FN_RAW_FORMAT
, EXIT_FN_CHAR_FORMAT
, and EXIT_FN_CNVTED_SESS_FORMAT
format codes, per data type.
Table 8-15 column_value_mode_matrix Meanings
Data Type | EXIT_FN_RAW_FORMAT | EXIT_FN_CHAR_FORMAT | EXIT_FN_CNVTED_SESS_FORMAT |
---|---|---|---|
|
2-byte null indicator + 2-byte length info + column value 0000 0004 61 62 63 20 |
"abc" encoded in
Tailing spaces are trimmed. |
"abc" encoded in user exit session character set.
Tailing spaces are trimmed by default unless the |
|
2-byte null indicator + 2-byte length info + column value. 0000 0008 00 61 0062 0063 0020 |
"abc" (encoded in
Trailing spaces are trimmed. |
"abc" encoded in user exit session character set.
Tailing spaces are trimmed by default unless the |
|
2-byte null indicator + 2-byte length info + column value |
"abc" encoded in
No trimming. |
"abc" encoded in user exit session character set.
No trimming. |
|
2-byte null indicator + 2-byte length info + column value |
"abc" (encoded in
No trimming. |
"abc"encoded in user exit session character set.
No trimming. |
|
2-byte null indicator + 2-byte length info + column value |
Similar to
No trimming. |
Similar to
No trimming. |
|
2-byte null indicator + 2-byte length info + column value |
Similar to
No trimming. |
Similar to
No trimming. |
|
2-byte null indicator + 2-byte length info + column value |
"123.89" encoded in
|
"123.89" encoded in user exit session character set.
|
|
2-byte null indicator + 2-byte length info + column value |
"2011-05-31" encoded in
|
"2011-05-31" encoded in user exit session character set.
|
|
2-byte null indicator + 2-byte length info + column value |
"2011-05-31 12.00.00 AM" encoded in
|
"2011-05-31 12.00.00 AM" encoded in user exit session character set.
|
|
2-byte null indicator + 2-byte length info + column value |
NA |
NA |
|
2-byte null indicator + 2-byte length info + column value |
2-byte null indicator + 2-byte length info + column value |
2-byte null indicator + 2-byte length info + column value |