BookmarkSubscribeRSS Feed
rohin025
Calcite | Level 5

can anyone tell me the solution to this problem?

How to read multiple files in SAS.

FILENAME myfiles ("a.txt", "b.txt",”c.txt");

FILENAME myfiles1 "a.txt";

FILENAME myfiles2 “b.txt”;

FILENAME myfiles3 "c.txt”;

4 REPLIES 4
Ksharp
Super User

A&B ?

Haikuo
Onyx | Level 15

'A only' is sufficient, 'A & B' is just confusing, if fileref is the same and you do A first, then B, B will override A, resulting in a wrong outcome, if fileref is different, B is just redundant.

data_null__
Jade | Level 19

What does A refer to?  What does B refer to?

ballardw
Super User

I had the same question.

And my hint would be, since I can think of at least one other approach, "only" is probably out.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 702 views
  • 0 likes
  • 5 in conversation