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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 1 reply
  • 634 views
  • 0 likes
  • 1 in conversation