Author: sergeyken
Posted: Sat Feb 11, 2017 2:43 am (GMT 5.5)
The key fields from JOINKEYS statements are considered as hexadecimal strings of the same length, since only comparison on EQUAL are performed to join keys.
"Decimal 11" fields have the length ((11 + 1) % 2) = 6 bytes
You must code
JOINKEYS ...FIELDS=(7,11,A)
JOINKEYS ...FIELDS=(15,11,A)
(Option "A" is ignored unless SORTED is specified)
_________________
Tyrannosaurus-REXX
Posted: Sat Feb 11, 2017 2:43 am (GMT 5.5)
The key fields from JOINKEYS statements are considered as hexadecimal strings of the same length, since only comparison on EQUAL are performed to join keys.
"Decimal 11" fields have the length ((11 + 1) % 2) = 6 bytes
You must code
JOINKEYS ...FIELDS=(7,11,A)
JOINKEYS ...FIELDS=(15,11,A)
(Option "A" is ignored unless SORTED is specified)
_________________
Tyrannosaurus-REXX