BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SohanT
Calcite | Level 5

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  

1 ACCEPTED SOLUTION
1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 740 views
  • 0 likes
  • 2 in conversation