BookmarkSubscribeRSS Feed
user24feb
Barite | Level 11

Hello,

 

When I run a certain process flow in Enterprise Guide in batch I get the following error message:

 

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

 

If I run the programs separately, I don't get an error message. What am I doing wrong?

 

Thanks & kind regards

2 REPLIES 2
Kurt_Bremser
Super User

You most probably have "add results to project" and "open results automatically" activated. So one of your nodes creates a dataset, which is automatically added to the project tree and open for display in the background, while the next node wants to overwrite that dataset.

RB1Kenobi
Quartz | Level 8

Hi

Two thoughts from me:

1. Have you checked that your batch EG and windowed EG are using the same autoexec (check the logs)?

2. Are you using %sysfunc(open(.....)) wihin your code?   If so, are you closing the dataset with %sysfunc(close(...)) as it could be that the table is remaining open and therefore locked for user access.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 5290 views
  • 0 likes
  • 3 in conversation