I have this .rpt file of about 100,000 records. I want to directly read or import this into SAS. The data is of fixed width type where fields are aligned in columns with spaces bewteen each field.
When the file size was smaller, or the # of records were less I was able to import it into excel, save it as a tab-delimted text file and then import it directly into SAS. There are a lot of fields/variables and I don't want to use column inputs+informats for such a long list of variables, so how do i import/read this .rpt file into SAS?
And can I use infile statement with column and informat specifications if there is no other option?
Thanks,
Romakanta