BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi folks,
I was hoping for help on a problem with a stored process.

The Stored Process is created from a EG4.1 project, where there is input data from two different physical SAS servers.

In EG the project works fine, it can access all input data (the data are in libraries that are defined in the SAS Management Console).

BUT when we create a stored process, it can't access data on both servers. In the code it assigns the libraries with META engine and depending on the execution server it can only access the data on the server where it's executed.

It shouldn't be too difficult, what am I missing here...
1 REPLY 1
deleted_user
Not applicable
EG allows you to seamlessly work across Workspace servers, thus doing work on two separate servers.

Stored processes run on a single server specified by you during the SP publishing wizard. To simulate a similar result, you could use SAS CONNECT with rsubmit's enabling remote submission from the SP server to the 2nd server. Likewise, you could force users to run one stored process and then the 2nd stored process for the same result. Finally, you could ensure all needed libraries are mapped on the stored process server.

Hope that helps.

Stephen

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!

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
  • 691 views
  • 0 likes
  • 1 in conversation