We are currently importing Excel 2007 files to SAS using SAS proc import code. We found that SAS detects hidden characters and translates these to a question mark after import. May we know how can we make SAS not detect these hidden characters and import the data as is?
For example, this field has this value in Excel:
Its not going to happen.
When it was converted to SAS, it became:
It?s not going to happen.
How can we get rid of the question mark?