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 to split a big file to partitions. The user is able to select empty partitions also. Is there a posibility to get empty .foc files also? At the moment (with the APP HOLD ) I only get the .mas file for an empty .foc partition.This message has been edited. Last edited by: MichaelBalle,
WebFOCUS 7.6, 7.7 Windows, All Output formats
Posts: 90 | Location: Stuttgart | Registered: October 20, 2010
When I run the following code, .mas and .foc are both created, even though the request returns zero rows:
APP HOLDMETA BASEAPP
APP HOLDDATA BASEAPP
-RUN
TABLE FILE CAR
SUM
SALES
BY COUNTRY
WHERE COUNTRY EQ 'N KOREA'
ON TABLE HOLD AS H001 FORMAT FOCUS
END
-RUN
TABLE FILE H001
PRINT *
END
-RUN
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
As a FOCUS file is a "database" and has a structure, and details of the loaded data that can be queried, it must exist.
e.g. ? FDT CAR gives statistics on each segment in the file.
The basic way a FOCUS file is created is as follows.
1. A master file must exist. 2. A CREATE FILE command is issued (For a HOLD FORMAT FOCUS, this is done internally) 3. The FOCUS file is loaded, 0-n records (For a HOLD FORMAT FOCUS, this is done internally).
j.gross Thanks for the Info. I will have to play with this to see what I can find. Does IBI have a document that shows ALL of the ? *** items like: ? FDT, ?FF, ? &, etc. Because I seem to pick these up from time to time reading the posts.
Erin
WebFOCUS 7.6.9
Reporting client Windows 2003 Service pack 2 using IIS and TomCat 5.5 Reporting Server OS/400 V5R4M0 Outputs: HTML, Excel, PDF, CSV, and Flat Files