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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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