Thanks Astouding. This equal sign really was a problem. After I removed it the code running, and now I have a new error of authorization in the SAS server. ERROR: Insufficient authorization to access /opt/app/SASConfig/Lev1/SASApp/d:\exp.csv I changed the FILENAME statement for the file be wrote in the SAS Server, like this: FILENAME EXPRT TEXTO.exp.csv ENCODING="UTF-8"; TEXTO is a libname. However I got the same error message. Do you know why SAS server is using the directory /opt/app/SASConfig... and not /opt/app/saswork... where I have write permission? What am I doing wrong? Thank you.
... View more