Hi,
I am trying to concatenate 2 datasets. The procedure followed is as below:
1. First imported the .xslx files to the folders.
2. In the SAS code console, trying to import the file but it is throwing an error as physical file doesnt exist whereas it is present under the same folder location.
Sample code:
PROC import datafile='/folders/myfolders/Sohan_Own_programs/Electronic.xlsx'
Out=work.electronic
DBMS=xlsx
replace;
RUN;
The folder location where the file is available is>> /folders/myfolders/Sohan_Own_programs/Electronic.xlsx
Also tried import data from that Electronix.xlsx file and copy pasted the file location but nothing worked still getting the same error.
Request your help
When SAS says that a file does not exist, it's not there, period.
Please post the complete log from the failed step.
When SAS says that a file does not exist, it's not there, period.
Please post the complete log from the failed step.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.