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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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