Here's my problem. I have a table that is used to create a text file that is loaded onto an os390 mainframe, which is EBCIDAC. In my table, there are some characters that do not translate properly during the conversion from Unicode to EBCIDAC. What I need to so is search for these characters and convert them into something that EBCIDAC will recognize.
To do these searches, I need to locate items using HEX. As an example, some rows have spaces that show up in HEX as X'41', which is no good on the mainframe, so I need them converted into the 'regular' space character.
Is there a way to search using a query for hex values?
I currently clean up other characters (that are typeable) using update queries, and would like the same thing for this weird space issue.....
Any help or ideas would be greatly appreciated!
To do these searches, I need to locate items using HEX. As an example, some rows have spaces that show up in HEX as X'41', which is no good on the mainframe, so I need them converted into the 'regular' space character.
Is there a way to search using a query for hex values?
I currently clean up other characters (that are typeable) using update queries, and would like the same thing for this weird space issue.....
Any help or ideas would be greatly appreciated!