I'm running the below Proc Import code on Academics' SAS Studio and getting errors as stated: proc import datafile="C:/Users/radhi/Desktop/out.csv"
out=cards
dbms=csv
replace;
Here is the LOG message: OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to WORK.PARMS.PARMS.SLIST. ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:/Users/radhi/Desktop/out.csv. ERROR: Import unsuccessful. See SAS Log for details. 85 It is a rather large file: 180 ,000 KB. Is that why it fails to import? What is going wrong? Thanks for any help!
... View more