EXTERNAL format
A NULL marker without binary zeros indicates that the column value was null when unloaded. The area in the output row represented by that column contains binary zeros.
The following table shows the maximum length for different numeric data types:
Data type | Maximum length |
---|---|
SMALLINT | 6 bytes |
INTEGER | 11 bytes |
DECIMAL (p,s) | The precision plus 2 bytes |
FLOAT(21) | 15 bytes |
FLOAT(23) | 23 bytes |
BIGINT | 20 bytes |
DECFLOAT(16) | 23 bytes |
DECFLOAT(34) | 42 bytes |
If you specify FORMAT EXTERNAL with DIRECT YES, BMC AMI Unload unloads string constants in SELECT statements as fixed-length strings. If you specify FORMAT EXTERNAL with DIRECT NO, BMC AMI Unload unloads string constants in SELECT statements as variable-length strings.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*