BookmarkSubscribeRSS Feed
Kelvin_Y
Calcite | Level 5

I have successfully assigned libraries and I can run a query against it but the libraries do not appear in the explorer. This includes the default libraries such as work and sashelp.

Anyone know how to get these to reappear?

4 REPLIES 4
CaseySmith
SAS Employee

If no libraries are appearing in EG's Server list, then the most likely explanation is that your OBS= system option is set to 0.  Thus, the query EG uses to retrieve the libraries returns no results -- can't populate the Servers list.

 

You can confirm this by submitting the code below and inspect the OBS= value in the log:

 

proc options option=obs;

run;

 

The most likely reason your OBS= system option is set to 0 is because your server has the SYNTAXCHECK system option turned on and an error was encountered running DATA step code in the server session.  In which case, either turn off syntax check mode (NOSYNTAXCHECK) or figure out why the ERROR is occurring and avoid it.

 

See this paper for details on SAS' Syntax Check mode:

http://support.sas.com/resources/papers/proceedings13/327-2013.pdf

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

AltadenaCheetah
Calcite | Level 5

Were you able to correct the issue you were having?  I am having the same issue.  My OBS option was not set to zero, but was a very large number.  Any assistance would be appreciated.

SASKiwi
PROC Star

Have you always had this problem since you started using EG or was it working previously? Is it all libraries or just some? Another explanation is that you do not have read metadata permissions set on these libraries. This is something your SAS administrator will need to fix for you.

AltadenaCheetah
Calcite | Level 5

I think it is a corrupt SAS EG project that is causing the problems.  Not sure how to fix it other than to start a new project and set it up the same way.  Kind of a pain, but not too bad, I guess.

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 4 replies
  • 4206 views
  • 2 likes
  • 4 in conversation