I have a scenario where we receive an input file (xlsx) whose columns and formats are unknown but for the first 10. The sender can add any number of columns and have no format constraint. Currently trying to load a file with Col1 - Col 23. I have an issue on Column 17. It contains both a date and a decimal value. So SAS is reading this as num8. Is there an option or method where I can import all columns effective Col11 as text and print them as is.? Please let me know if I can provide any further information, Thanks A ton.
... View more