BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
alepage
Barite | Level 11

Hello,

 

I am running many SAS code in cascade and I have this error:

 

ERROR: You cannot open WORK.FICHIER_IBC_CORR.DATA for output access with member-level control because WORK.FICHIER_IBC_CORR.DATA is
in use by you in resource environment IOM ROOT COMP ENV.

 

How to solve this issue.

Is it related to my SAS EG config.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Patrick
Opal | Level 21

To add to what others already said: Below highlighted EG option is very useful to not step onto your own feet.

Patrick_0-1715737093662.png

 

 

View solution in original post

3 REPLIES 3
ballardw
Super User

That message means you, or a program you started, has the file open for something.

 

The solution is to make sure the file is closed before the step throwing the error.

 

Why do you think it related to your EG Config? Does that step in your system open data sets and not finish?

SASKiwi
PROC Star

This is most commonly caused by having this table open in a View window in EG. Closing the window fixes the problem. 

Patrick
Opal | Level 21

To add to what others already said: Below highlighted EG option is very useful to not step onto your own feet.

Patrick_0-1715737093662.png

 

 

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 345 views
  • 1 like
  • 4 in conversation