How do I import a large number of .txt files into SAS Enterprise at once? The import data function will take way too long. The column names begin in B1 and the dataset for each begins in B4. There's 3163 lines in each file.
Here's a tutorial (about 15 minutes) that shows how to start with the Import Data task, create a code template, modify it using the INFILE with a wildcard spec to pull multiple files, and keep track of which records come from which files.
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.
Ready to level-up your skills? Choose your own adventure.