CSV/TXT are not native files to SAS. To bring them into SAS permanently you can import them all, create SAS datasets out of the files, SAS7BDAT, and store those in a permanent library. For example, take a look at the free SAS programming course and see how the data set up program runs. You're looking for the same thing.
... View more