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.
Lots of folks at our site do this. The mainframe job writes some sort of flag file and ftp's it to the WebFOCUS server upon completion.
The Report Caster job wakes up every once in awhile and checks for the flag file. If it is there and has the right stuff in it, it runs the schedule. Otherwise it sets the &KILL_RPC switch.
Another way would be to write a Unix shell or perl script that runs under crontab and checks for the flag file. When it arrives, use the RC API to fire off the schedule.
What system do you use for your batch processing on the mainframe. We have Trivoli and have a job which sends a script to the windows server where the caster job is kicked off via a VB script. Don't have all the ins and outs, we used to kick of dstrun with a dos script but version 7.6.x doesn't let us, so the new procedure. The job then becomes part of the nightly schedule including return codes.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
We use the mainframes remote shell process. We have lots of "Interface" jobs that run nightly and transfer/update our Oracle data base on Linux and IMS databases on the mainframe. For example a mainframe job might have the following steps:
Run Remote Shell to collect data from Oracle (this is WebFOCUS)
FTP collected data to mainframe
Update IMS
Collect data from IMS
FTP IMS data to Linux
Run Remote Shell to Update Oracle (again, this is WebFOCUS)
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006