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.
Hi all, can someone please explain me with a simple example on How to pass the parameters in the EX COMMAND. i know that passing parameters can't be done using the Include so want to accomplish that using the EX COMMAND.
please reply with a simple example,for getting a better idea.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.10 Windows all output (Excel, HTML, PDF)
Posts: 16 | Location: MN | Registered: February 06, 2010
-SET &ECHO='ALL';
-SET &YEAR = 2011;
TABLE FILE CAR
BY COUNTRY
IF RECORDLIMIT EQ 1
ON TABLE SET HOLDLIST PRINTONLY
ON TABLE HOLD FORMAT ALPHA
END
-RUN
-READ HOLD, &TEMP
EX [fexname] COUNTRY=&TEMP, YEAR=&YEAR
Hris, this is basic stuff, have you had training, I would suggest it.
With a situation like this, I would suggest perhaps passing in the location of the CSV or TXT file that contains the variables,and then process these in the fex.
If you use a TXT file, and the format is FOCUS code, like: