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.
Although it's pointing to a problem with the HOLDDATE, it's more then likely a FOCSORT or External sort issue. Try increasing the space for the sort and see if that does it.
WebFOCUS 8202 Win 2012 Test - WebFOCUS 8203 on Win 2012
Hi - I am a mainframe guru and this happens when you are out of room in a FOCUS database file that you are trying to write to. There are few things you should try.
1. Remove the RLSE from the DCB statement. This releases all the space not needed and if you are SMS managed (most large MVS shops are) you are not getting the space you allocated. Check your output and you are probably only getting a portion of what you asked for.
2. You did not specifically mention cylinders in your allocation. The default in most shops is tracks which is much smaller so you are not getting all the space you thought you allocated.
Your allocation statement should look something like this: //HOLDDATE DD UNIT=SYSDA,SPACE=(CYL,(200,100)),DISP=(NEW,PASS)
3. Create a permanent HOLDDATE file (with the required FOCUS DCB info) and make it larger than what you think you need. Make sure that you either use this right away or are allocated on a permanent non-SMS managed pack or you space will be automatically shrunk by the operating system.