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 am trying to create a hold file and report from a single table request. This can be useful for creating and accessing an archive of all reports that have been run for a certain application, as well as for debugging fexes that have errors or need enhancements.
Do you have permissions to write to that particular directory? \WebFOCUSnn\basedir is the MRE application directory, belongs to the WF client not the reporting server, and is not written to by users per se but by the WF servlet under the auspices of the user. The other reason you don't want to put it there is that you would have migration issues when you upgraded.
TABLE FILE CAR PRINT CAR MODEL SEATS BY COUNTRY ON TABLE SET ONLINE-FMT HTML END <--- ON TABLE HOLD AS HCAR FORMAT PDF <--- -RUN -EXIT
Once execution encounters END, TABLE is gone ... so the "ON TABLE" following END will get a "command not recognized" error message.
In order to create two reports, you either need to make two passes through your data source -- or one pass with HOLD, and then two passes on the HOLD file. You can combine two passes against a single source (*) with
TABLE FILE xxx PRINT ... ... ... RUN <--- note: no hyphen [it's a FOCUS TABLE keyword, not a Dialog Manager directive. PRINT ... ... ... END
(*) I vaguely recall there was a new feature announced to allow creation of multiple outputs in a single pass. Anyone who knows more about that please chime in.)
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005