bhl
Hex X'09' is the ASCII Translation for a Tab.
If you are processing an EBCDIC file, the Hex value
for a Tab is X'05'.
Regardless of the above, if you can use some kind of
file editor to view the file in Hex format, you can
then easily determine the actual hex value of the
delimiter used on the file.
Hope that helps.