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'm wondering if anyone can confirm/answer some questionis about a hold file for me:
1) it's a physical file of a report output. We use it to improve performance. Currently I have a dataset after some joining/filtering, then I will use it in several reports, is it a good idea to save it as a hold file?
2) How to save the result dataset as a hold file? Do I need to create the synonyms for the file?
Thanks, JennyThis message has been edited. Last edited by: JennyY,
Unless you take special measures, HOLD files are stored in the temporary working folder for your session and are scratched as soon as the your session ends. There are a couple of ways to retain a HOLD file (both data and master) so it can be used after your current session has ended. Use of FOCCACHE (ON TABLE HOLD AS FOCCACHE/< hold name>) to store your HOLD file will retain it for the duration of the FOCCACHE time limit (the default is 90 minutes, I believe). Use of the command APP HOLD < folder name> will permanently save your HOLD file in the specified APP folder.
Master descriptions/synonyms are automatically generated whenever you create a HOLD file. Both data file and master/synonym for a HOLD file are stored in the same location unless you use something like the APP HOLDDATA and APP HOLDMETA commmands to store them in separate folders.
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007