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

2025 SAS Hackathon: There is still time!

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!

Register Now

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
  • 717 views
  • 0 likes
  • 2 in conversation