I have a reference to a folder that is on Oracle, but the libraries have already been transferred to the SAS server. I do not know how to add / change to open the file outside Oracle
datafile="&glb_path.\01_projects\credit\_test\RCDT2021.xlsx"
dbms=excel replace;
sheet="RCDTCOD";
getnames=yes;
mixed=yes;
usedate=yes;
scantime=yes;```
This folder is 1: 1 already on shared disc. ```\01_projects\credit\_test\RCDT2021.xlsx"```
The titles says something about oracle, but in the code you have posted i see an excel-file. So, please be specific and explain what you have and what you want.
This error means that file does not exists. If the file exists, then check your full path and filename. Thier could be mistakes in that.
Hello @Gieorgie
This question and your question https://communities.sas.com/t5/SAS-Programming/How-to-connect-to-networking-drives/m-p/771559#M24487... are essentially identical.
What has been said applies here too.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.