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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 1181 views
  • 0 likes
  • 1 in conversation