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

 

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3 replies
  • 1437 views
  • 1 like
  • 4 in conversation