I'm having a time of this. I haven't done SAS for years, and I'm trying to import a raw datafile which is exported from my database and is comma delimited. It contains num and char data, and it is important that certain columns import as the right data type or my program will blowup. I have tried the import wizard, proc import, writing out the data/infile/input statement with no luck. I realize that SAS scans the first 8 lines of data and picks the "prevalent" data type -- How can I get around this?? I tried to update the SAS selected data type through the EFI thingie but it only lets me update 1 column then stops.
Thanks in advance!
Thanks in advance!