BookmarkSubscribeRSS Feed
Michael_W
Calcite | Level 5
Has anyoen ever encountered a situation where they were unable to delete data sets within a specific SAS libary using Proc Datasets when the code was run as a stored process, while having no issues/problems doing so when run from an EG code node? When I run the exact same code from a code node, the data sets are deleted (as intended) without any issues. However, when I run the exact same code as a stored process, the log is telling me that it can't (delete them) because they are currently in use (which they're not, at least not by anything that the stored process it itself.). These are SPDE tables that I am attempting to programmatically delete. Any ideas?
1 REPLY 1
tbatliner
Calcite | Level 5
Hi,

depending on which server your STP is running (workspace vs. stored process server) it will use a different user. Probably this could cause the error(s) you receive?

br Thomas

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
  • 660 views
  • 0 likes
  • 2 in conversation