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.
APP HOLD baseapp
TABLE FILE CAR
PRINT COUNTRY
CAR
COMPUTE FEX_NAM/A50= '&FOCFEXNAME.EVAL';
COMPUTE LOG_DATE/YYMD= '&YYMD.EVAL';
ON TABLE HOLD AS HOLD_LOG FORMAT FOCUS
END
You can specify the folder where you want to store the Master file and the focus files. Please note while holding, you should give format focus.
Focus file HOLD_LOG.foc and master file HOLD_LOG.mas will be created in baseapp app which you can use for reporting.
Thanks, Pravin Singh
WebFOCUS 7703 Windows, All Outputs pravinsinghwebfocus.blogspot.com
Check if you have license and enable Resource Analyzer. It captures more than this and stores in RDBMS tables. Either you can use WF provided reports, or create your own by hitting RDBMS tables.
Your report will run as you have typed it. However you might get something closer to what you want by putting the parameters in a heading or footing.
And I guess it depends on what you want to log. Do you want the log to contain actual data - as you have in your example - or do you want it to be a log of the transactions that make up your data ?