I can't seem to figure out why my program isn't working? I am new to this and was following a lecture but I don't know what I did wrong. So far, I had uploaded the sas7bdat file to my content folder and I think that may be where I messed up. The program I have is: libname CLEAN_D "/home/u63338364/My_Content"; options nocenter; proc sort data=clean_d.FINC651FundData out=ret; by name; run; I then get the error. Again, I am pretty new to this so any assistance would be greatly appreciated. Here is a screen shot:
... View more