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
... View more