Hello everyone,
in SAS Viya 3.5 I am executing a SAS Code in SAS Studio to check a Linux directory for files.
"Pipe command="ls -1 /opt/sas/ftrans/*.csv"
NOTE: 17 records were read from the infile RDFILES."
That SAS Code returns no error. Also, the user being used has read and writing capabilities in the specified directory.
"[user@server]$ touch a.txt
[user@server]$ pwd
/opt/sas/ftrans"
However, when i schedule the job in SAS Viya 3.5 I get permission denied.
"MPRINT(READFILES): filename rdfiles pipe "ls -1 /opt/sas/ftrans/*.csv";
ERROR: Insufficient authorization to access PIPE."
Any ideas?