I am trying to get several files that have the same layout in, but it will only keep data from the last file.
(note separate folders and file extensions)
Cannot figure it out!
Might also try
filename ToRead ("/microdata/file1.prn", "/microdata/otherfolder/file2.txt", "/microdata/anotherfolder/file3.txt");
and use
INFILE ToRead lrecl=430 missover;
There may be issues caused by column headers in the data files if present.
Hi,
Take a look at the MEMVAR & FILEVAR options for the infile statement
Take a look at examples 10 & 13
Might also try
filename ToRead ("/microdata/file1.prn", "/microdata/otherfolder/file2.txt", "/microdata/anotherfolder/file3.txt");
and use
INFILE ToRead lrecl=430 missover;
There may be issues caused by column headers in the data files if present.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.