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.
To add to what others already said: Below highlighted EG option is very useful to not step onto your own feet.
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?
This is most commonly caused by having this table open in a View window in EG. Closing the window fixes the problem.
To add to what others already said: Below highlighted EG option is very useful to not step onto your own feet.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.