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.
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
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