Heya,
Learning how to load some files into SAS. I have setup the virtual box using the below address. Unfortunately the top row will display however is not displaying any of the rows below, I'm also seeing an error that advises that I have a lockdown state?
I have setup virtual box and it's running Ok.
data sasdata.text15;
infile "/Users/NAME/Documents/SASUniversityEdition/myfolders/testfile.rtf"
LRECL=100 DLM="" firstobs=2;
input
T L M ;
run;
Is this because of running this on a mac and it won't locate the file? Any ideas?
Really appreciate the help,
Thanks,