Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] How to submit procedures to the report server within a procedure in WebFocus

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] How to submit procedures to the report server within a procedure in WebFocus
 Login/Join
 
Member
posted
We are migrating from VMS focus to WebFocus

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>,


VMS Focus
 
Posts: 2 | Registered: June 17, 2011Report This Post
Master
posted Hide Post
You need to use INCLUDE or EX to call a fex file.
If you need to make a call to OS file then use -UNIX for unix or -WINNT for windows commands.

Thanks,
Ram
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Gold member
posted Hide Post
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.

Thanks,
Vivek


WF 8.1.04,Infoassist,Oracle, Excel, PDF,HTML.
 
Posts: 82 | Registered: January 06, 2014Report This Post
Member
posted Hide Post
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!


VMS Focus
 
Posts: 2 | Registered: June 17, 2011Report This Post
Master
posted Hide Post
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.

Thanks,
Ram
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Master
posted Hide Post
Here are 3 other ways to run jobs concurrently.

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, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] How to submit procedures to the report server within a procedure in WebFocus

Copyright © 1996-2020 Information Builders