BookmarkSubscribeRSS Feed
Michael_W
Fluorite | Level 6
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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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