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 presently have a mainframe FOCUS application that generates a report based on variables (plant code(&plant), week start month(&strmm), week start day(&strdd), week start year(&stryy)) entered via a front end screen.
I want to convert this application to batch such that the user will supply the variable information via a parm card in a TSO library rather than through the online screen. (e.g., FOCUS.XXX.CARDLIB(REPTPARM)). How do I read this parm card in the FOCUS program and make the variables available for use in the selection criteria used to build the report?
I presently have a mainframe FOCUS application that generates a report based on variables (plant code(&plant), week start month(&strmm), week start day(&strdd), week start year(&stryy)) entered via a front end screen.
I want to convert this application to batch such that the user will supply the variable information via a parm card in a TSO library rather than through the online screen. (e.g., FOCUS.XXX.CARDLIB(REPTPARM)). How do I read this parm card in the FOCUS program and make the variables available for use in the selection criteria used to build the report?
If you are executing the focus program similar to this:
//SYSIN DD * EX AMINTBL
Put a comma after the fex name and any parms with last position a comma( if any ), then add a line // DD DSN= REST OF INFORMATION ON DATA SET.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
My guess is that if you have the REPTPARM member in library FOCUS.XXX.CARDLIB allocated in your JCL, then doing a -READ on the DDNAME of the allocation should work:
The unfortunate issue with this method is that you can't be sure that the user will enter the right number of characters for each parm, if they don't, the -READ will not pick up the parms correctly.
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
Am I right in remembering there was a natty way of doing this where you could save global variables to a .fex and then re-run it at batch execution time?
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006