BookmarkSubscribeRSS Feed
DPraba79
Calcite | Level 5
Hi All,

I have a excel sheet with one column of data. i have to read this column as Stock_Num to stored process and do the stoking calculation and create the report in EXCEL. Could you please let me know how to read a column with 20 values to SAS EG stored process?
2 REPLIES 2
LinusH
Tourmaline | Level 20
If you are licensing SAS/ACCESS to PC File Formats, PROC IMPORT would be the easiest way to read your Excel data.

Regards,
Linus
Data never sleeps
Cynthia_sas
SAS Super FREQ
Hi:
You may have other issues in your Stored Process, however. Your Stored Process will run on the Stored Process server or the Workspace Server. If your Excel spreadsheet is down on your C: drive (or on a user's C: drive), it is unlikely that your servers will have visibility of the Workbook. Generally speaking, the servers in the BI platform do not have access to a user's local drive.

It is possible that you might reference the Excel file by UNC name (\\server\share\file_path ) however, it might be easier to upload the Workbook to a location on a server known to the SP server or the WS server. It may be possible to use EG tasks to upload to the servers (I can't remember whether that functionality is already built-in or is one of the upcoming features.)

You might want to check with Tech Support for more help with this task.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 684 views
  • 0 likes
  • 3 in conversation