SAS Enterprise Guide

Desktop productivity for business analysts and programmers
BookmarkSubscribeRSS Feed
datalligence
Fluorite | Level 6
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
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
Yes. When SAS started (and was still known as the "Statistical Analysis System") that's the way almost all data came in. If it really is fixed columns with spaces, you can just list the variables in order. Check the documentation for the INPUT statement for details of addressing character variables and how to address missing data.

Another approach would be to read the data as one long character string, use the Perl regular expressions (in SAS) to replace every set of one or more blanks with a TAB, write it out, and then re-read it as tab delimited.

Doc Muhlbaier
Duke
deleted_user
Not applicable
Have you tried in EG the "File, Import Data ..." menu selection?

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 4727 views
  • 0 likes
  • 3 in conversation