hi experts
we are reading some data froma text file. some of the words in the text file has a format like this example : company® or comanyu2122. when the system reads the data somethig like this company® or comapnyâ#¢
we are using the below statement for reading the file
OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING NON-UNICODE
any suggestions??
thanks