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.
Hi all, I would like to browse through a file which is in FOCUS format. My question is 1. Can we view a file which is in Focus format using its master file layout? One thing we can do is rerun the Focus job by modifying the "HOLD AS" to "SAVE AS" in FOCEXEC and browse the saved file.
2. Please suggest if there exists other methods to view a focus format file? It could be any thing like directly view FOCUS Format files using tools like star tool or Fileaid. If there is special command/procedure that can be used to view the file.
Thanks in advance G Sri Harsha.This message has been edited. Last edited by: Kerry,
Posts: 4 | Location: San Francisco | Registered: November 15, 2010
The FOCUS format file is a proprietary IBI only format. I have no knowledge of any other product that can read/view the contents of such a file. As far as I know, only (Web)FOCUS can read these files.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
GamP is correct. Some details are as follows: page 1 stores a sort of table of contents with DB structure and pointers to data pages. Each page stores data for each instance with vertical and horizontal pointers to te next instance of that data and child data, respectively.
Indexes tables are b-tree structures and are stored on separate pages. A multi-level design promotes efficient retrieval of indexed records especially for unique values.
I wrote a course about 20 years ago while at IBI that maps all this info in detail. Please ask your IBI rep. for info on a possible updated version.
Hope this helps.
Nick
WebFOCUS 7.7.03 & 8.0.7 Windows HTML, Excel, PDF, etc. Also, using Maintain, etc.
If you just want to see its contents, you can issue a TABLE FILE command from the command console.
If you want to see a specific focus file somewhere else in the file-system, you can probably issue an APP MAP command, followed by a TABLE FILE once again, but I've never had the need to.
I suppose to really answer your question people would need to know what you're hoping to achieve by browsing through a focus file.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Hi all, Thanks for the replies and suggestions. I wanted to browse the focus files bcoz i though it will aid me in undeerstanding the focus procedures more easily.
Focus 7.62, ZOS/Mainframes, Excel
Posts: 4 | Location: San Francisco | Registered: November 15, 2010