Proc univariate will not stop running. It may have something to do with the changes I made in options. However, not sure what those changes were. Can someone help me reset SAS to its original settings? I'm using version 9.3
The error I get is: PROC UNIVARIATE is currently executing. All subsequently submitted statements will not begin executing until its completion.
Not the friendliest approach but terminate the SAS session if it is taking too long. Settings are unlikely to be involved unless you are accessing output to a network location with slow response.
Before re-running your proc univariate take a look at the dataset with either proc contents or the explorer.
If there are many records and many variables the time is often actually associated with building the results tabless and requested graphs.
Consider if you need all of the variables.
It often helps to post the code of anything submitted causing performance issues as suggestions without details often lead to lots of responses of "I am not using that option". With the submitted code then fewer guesses are involved.
How many records are in the dataset? How many numeric variables?
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!
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.
Ready to level-up your skills? Choose your own adventure.