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.
Hello, We are hoping someone else has also run into this... We recently changed the repository software we use for mainframe reports and are now having problems with some of the old Focus routines that produce multiple reports to one Offline DD statement. The fex in question now would be a pain to split up - is there a way to "set" or allocate multiple Offline DD statements - ie. OFFLINE1, OFFLINE2, etc. and then make minor changes to the fex for each report to use these DD statements?
Thank you for any suggestions you might have.This message has been edited. Last edited by: FP Mod Chuck,
Production: WebFocus 8.0.09 Test: WebFocus 8.0.09 Windows, Z-Linux, and ZOS. all output Focus - 7.2.7
In reviewing the documentation it doesn't appear that what you are asking is possible. I would suggest opening a case with techsupport to see if they have a way you can trick it.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
LTaylor, you may be able to achieve this with DYNAM ALLOC or TSO ALLOC.
DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT1 SHR REUSE
OFFLINE
TABLE FILE CAR
SUM
SALES
BY COUNTRY
END
OFFLINE CLOSE
DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT2 SHR REUSE
OFFLINE
TABLE FILE CAR
SUM
SALES
BY CAR
END
OFFLINE CLOSE
DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT3 SHR REUSE
OFFLINE
TABLE FILE CAR
SUM
SALES
BY BODYTYPE
END
OFFLINE CLOSE
I cannot test this on a mainframe... You may need -RUN statements at the appropriate lines (but not if this is run via JCL). Those OFFLINE and OFFLINE CLOSE statements may not be needed.
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