PROC IMPORT does not do that, I think. People typically read in the data using a DATA step. There is a reply in this thread about how to copy the log (after a PROC IMPORT completes) to get the code you could use in a subsequent DATA step.
If you want to read text files, do NOT use PROC IMPORT. Write the data step yourself, according to the documentation you received along with the file.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.