BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.

I'm importing multiple files using a wild card to read all .txt files in a folder.

The data structure is the same but each file does have a header row.

I think there's a way to get SAS to ignore the first row of each file but I can't remember how and haven't found it via google.

firstobs=2 only works for the first dataset.

Any help is appreciated.

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
data_null__
Jade | Level 19

You can use EOV to detect the "change to a new file" and just execute INPUT; to skip the line.

View solution in original post

1 REPLY 1
data_null__
Jade | Level 19

You can use EOV to detect the "change to a new file" and just execute INPUT; to skip the line.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 1358 views
  • 1 like
  • 2 in conversation