Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to prevent U2210 abend (BMC102615E error)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to prevent U2210 abend (BMC102615E error)
 Login/Join
 
Member
posted
I have a Focus Load job abended with following error:
BMC102615E SHARING CONFLICT FOR DSNAME(TEST.LOAD.BANKM.DATA ), MODE=E, RC=04. MBOS

My understanding is... that dataset currently is being used by other user/job. Correct me if I'm wrong. Any ideas how to prevent this problem so my job can run to completion during batch cycle. I don't want any user/job accesses to any dataset while data is updating.

Here is my JCL and this step is abended:
//S125 EXEC FOCUS
//MASTER DD DSN=TEST.MASTER,
// DISP=SHR
//FOCEXEC DD DSN=TEST.REFRESH.FOCEXEC,
// DISP=SHR
// DD DSN=TEST.GATEWAY.FOCEXEC,
// DISP=SHR
//SYSUDUMP DD SYSOUT=*
//ABNLIGNR DD DUMMY
//SYSIN DD DSN=TEST.PARMLIB(F8MFCNTL),
// DISP=SHR,
// DCB=BUFNO=1
//BANKM DD DSN=TEST.LOAD.BANKM.DATA,
// DISP=SHR
//BANKX DD DSN=TEST.COMBINE.C650,
// DISP=SHR
//RATEX DD DSN=TEST.COMBINE.C098,
// DISP=SHR



Thanks so much!
 
Posts: 7 | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
This is a JCL question, not a FOCUS question.

As I recall, shouldn't you be allocating the dataset with DISP=OLD to ensure that only your job has access to the dataset? I think your job will wait until the other job releases the dataset.

This is from my remembrances of things past...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Thank you everyone replied to this question. I found the answer.
 
Posts: 7 | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
Well, what is the answer?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to prevent U2210 abend (BMC102615E error)

Copyright © 1996-2020 Information Builders