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.
current vms focus code TABLE FILE CLM00 PRINT CLAIM_ID ON TABLE HOLD AS HEDR FORMAT FOCUS END -RUN -* each of these procedures are dependent on the claim id from -* -* the hedr file VMS SUBMIT CLMDIAG.FEX VMS SUBMIT CLMPROC.FEX VMS SUBMIT CLMSRVLINE.FEX VMS SUBMIT CLMREV.FEX VMS SUBMIT CLMBENE.FEX
The claim id in the Hedr is used to pull the detail date in the subsequent procedures that needs to be submitted right after the Hedr is done. -include will take a lot longer.This message has been edited. Last edited by: <Kathryn Henning>,
Not sure if you want to execute the procedures, you can use EX command in order to execute one procedure.Please refer to the help file for further description of EX procedure.
EX and -Include will work but will run the procedures one at a time. I need to run all of them at the same time so it will cut the overall run time. Thanks!
There could be OS command to get this. But you can also try with HTMLFORM and IFRAME. You can use 4 iframes and make call to each fex file. All 4 calls will run together.
First, set the 4 jobs up in report caster, you may have to let them run once. Get their schedule id and create a master to the Report Caster table BOTSIT. When you are ready to run, update the NEXTRUNTIME field for all 4 jobs and RC will submit them. It is a long story, but this is what we had to do when DSTRUN would not work in our new environment (confirmed bug with SOS using Kerberos).
If it works use set up the 4 jobs in report caster and use DSTRUN.
Create a script to run a job and in the script use edastart -f to run the programs. The advantage to this is that you can get all the messages that would normally go to the screen. -TYPE statements you may put in your code, output from -? &, records counts, etc.
We've done all 3.
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