Hi!
I am trying to read an external file with the following statements but I receive an error in the log window. This is done after I replaced SASUniversityEdition with folders in the file path as a suggestion earlier made on this platform. Any useful info, pls.
data trial;
infile '/Users/user/folders/myfolders/vex/bern_copy.txt';
input name $ age sex $;
run;
****************************************************************************
You must use the shared folder as it is seen from inside the virtual machine:
infile '/folders/myfolders/vex/bern_copy.txt';
You must use the shared folder as it is seen from inside the virtual machine:
infile '/folders/myfolders/vex/bern_copy.txt';
Thanks @Kurt_Bremser your contribution nailed it.
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.