Integer NULL values are not sorted correctly
dmsort sorts integer column values without considering if the values represent a NULL value (eg as defined in TDNULL keywords). Integer NULL values should be treated like IEEE NaNs and sorted to the beginning of the file.