Hi
I just try to do a simple import with SAS studio : Doesn't find the physical file located on my own disk : "C:\Users\laufi\Downloads\mailing_fin.txt"
I know SAS but it's the first time I code with SAS studio
this is the log :
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
68
69
70 filename mailing "C:\Users\laufi\Downloads\mailing_fin.txt";
71
72 proc import out=import_mailing
73 datafile=mailing
74 dbms=dlm;
75 delimiter = "09"x;
76 getnames=yes;
77 run;
NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to
WORK.PARMS.PARMS.SLIST.
WARNING: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/C:\Users\laufi\Downloads\mailing_fin.txt.
ERROR: Import unsuccessful. See SAS Log for details.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE IMPORT a utilisé (Durée totale du traitement) :
real time 0.01 seconds
user cpu time 0.02 seconds
system cpu time 0.00 seconds
memory 8226.90k
OS Memory 28952.00k
Timestamp 24/11/2023 10:50:14 AM
Step Count 78 Switch Count 5
Page Faults 0
Page Reclaims 1103
Page Swaps 0
Voluntary Context Switches 24
Involuntary Context Switches 0
Block Input Operations 0
Block Output Operations 40