BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
xiaoys0725
Fluorite | Level 6

Suppose I have already created a caslib before, let's call it caslib1, and it does not have a global scope. so it has a scope based on a session called session1.

 

Now I have a new session, session2, and I want it to use caslib1. 

 

Is there any way that I can assign this caslib to session2?

 

Thank you!

 

1 ACCEPTED SOLUTION

Accepted Solutions
alexal
SAS Employee

@xiaoys0725,

 

I meant that the table belongs to your session and if you want to access it from another session, you have to promote it to the global scope.

View solution in original post

5 REPLIES 5
alexal
SAS Employee

@xiaoys0725,

 

You need to promote a table to the global scope using promote action

xiaoys0725
Fluorite | Level 6

Do you mean the table belongs to a global caslib and then I need to promote it ?

alexal
SAS Employee

@xiaoys0725,

 

I meant that the table belongs to your session and if you want to access it from another session, you have to promote it to the global scope.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Discussion stats
  • 5 replies
  • 2430 views
  • 0 likes
  • 2 in conversation