- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I encountered an error on the Linux server. I'm not sure what happened after the new configuration for CICD, where each developer now uses their own branch. Some files or directories have suddenly become unavailable to me, although I'm certain they exist somewhere on the server.
I checked /SASFoundation/9.4/sas, but it doesn't seem to be a directory either.
I'm trying to execute a SAS program on the Linux server using the command below:
/opt/sas/sashome/SASFoundation/9.4/sas /sasdata/projectName/SAS_Programs/smtp/SMTP_entityName_outbound.sas
However, I'm getting an error message: bash: No such file or directory
.
Can any one help how to fix that?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Check if that is in your path. Use the following command
echo $PATH
The output should have
/opt/sas/sashome/SASFoundation/9.4/sas
if not run this command
export PATH=$PATH:/opt/sas/sashome/SASFoundation/9.4/sas
Then try executing the SAS command as you have been trying.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello @WenjieZhou2021 ,
I would check first the permissions on both files and path of folders: first the unix permissions, then, if you have ACLs, please do check those as well. It will tell you if you have permissions with your user.