Hi Gergely, that's what i used: filename mylib "/folders/myfolders/myautocall"; options mautosource sasautos=(mylib sasautos) mautolocdisplay; %PARCRECH(8000, Dec, '/folders/myfolders/files/file.txt') and it displays this: 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 42 ; 43 filename mylib "/folders/myfolders/myautocall"; 44 45 options mautosource sasautos=(mylib sasautos) mautolocdisplay; WARNING: Apparent invocation of macro PARCRECH not resolved. 46 47 %PARCRECH(8000, Dec, '/folders/myfolders/files/rechareg_echantillon_janvier.txt') _ 180 ERROR 180-322: Statement is not valid or it is used out of proper order.
... View more