Values for Non DMSII Columns
The bit numbers, decimal values, and hexadecimal values for the user column names are shown in the following table.
Default Name
|
Bit Number
|
Decimal Value
|
Hex Value
|
update_type
|
1
|
1
|
0x00000001
|
update_time
|
2
|
2
|
0x00000002
|
update_ts
|
3
|
4
|
0x00000004
|
audit_ts
|
4
|
8
|
0x00000008
|
audit_filenum
|
5
|
16
|
0x00000010
|
audit_block
|
6
|
32
|
0x00000020
|
source_name
|
7
|
64
|
0x00000040
|
source_id
|
8
|
128
|
0x00000080
|
my_id
|
9
|
256
|
0x00000100
|
deleted_record
|
10
|
512
|
0x00000200
|
update_type
|
11
|
1024
|
0x00000400
|
source_id_key
|
12
|
2048
|
0x00000800
|
audit_ts
|
13
|
4096
|
0x00001000
|
user_column1
|
14
|
8192
|
0x00002000
|
update_seqno
|
15
|
16384
|
0x00004000
|
delete_seqno
|
16
|
32768
|
0x00008000
|
|