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 query a table on IMS mainframe database. Joins doesn't work (query doesnt give error but at the same time doesnt show data, just keeps running) but the same joins work fine on mainframe. Is there a separate way in webfocus to query IMS databases which are on mainframe? Metadata is created obviously. Please let me know.
Thanks all..This message has been edited. Last edited by: Kerry,
It has been a long long time since I worked with IMS DB. IMS requires a mainframe PSB and ACCESS file to retrieve the data. During the GET/PUT process IMS sends the channel program physical cylinder and track locations for the data. I am thinking to accomplish this a WebFocus Data Server would have to be running on the mainframe.
Jim Morrow Web Focus 7.6.10 under Windows 2003 MVS 7.3.3
The WebFOCUS IMS adapter only works on z/OS so in order to us it you must have a sub server installed on the z/OS system.
You cannot use a Focus IMS adapter (or any Focus adapter for that matter) with WebFOCUS they are completely seperate products from a license point of view.
The WebFOCUS IMS transaction adapter is a different beast to the WebFOCUS IMS adapter and can be run on windows or Unix platforms using IMS connect/OTMA as well as z/OS.
All the adapter documentation can be viewed in the online help for the WebFOCUS server
Because most IMS Data bases are tuned for transaction processing, I would be inclined to dump the data base and load a FOCUS or SQL Data Base. The odds are you performance would be a lot better.
The other approach is run an EDA webfocus data server on the mainframe. The performance is great because of the speed of the I/O.
Jim Morrow Web Focus 7.6.10 under Windows 2003 MVS 7.3.3
Hi, We are licensed and do use the IMS interface on z/OS with no problems.
There is some set up work that your FOCUS & IMS installers have to do to make this work. 1. FOCUS SUBSYS has to be set up 2. Special IMS PSB should be set up
If you are not licensed, or do not want to set this up in your environment, your best bet is to use something else (e.g. COBOL) to extract to a sequential file and then use FOCUS to report off of that. If the data is stagnant and not too large, you can load this sequential file into some database format and use that for you reports.