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, i am looking for Examples for all McGuyver Techniques. i knew that this tech were availble in Focal point under Tips and Tech but the thing is here all tech are explained usind Mainframe focus and it's very difficult to understand. please let me know if anyone having Examples with CAR in WebFOCUS for all these tech.
Thanks, Kalyan.S kalyanswarna@gmail.com
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006
This gives an example of how you can multiply the number of occurances, you could then do different things based on the value of counter: Note if the hold file with the counter is not created as an indexed focus file the world does not multiply the data and weird things occur.
DEFINE FILE CAR BLANK/A1 WITH MODEL = ' '; COUNTER/I1 WITH MODEL = COUNTER + 1; END TABLE FILE CAR PRINT COUNTER BY BLANK WHERE RECORDLIMIT EQ 5 ON TABLE HOLD AS HOLD1 FORMAT FOCUS INDEX BLANK END JOIN BLANK WITH MODEL IN CAR TO ALL BLANK IN HOLD1 AS J1 DEFINE FILE CAR BLANK/A1 WITH MODEL = ' '; END TABLE FILE CAR PRINT * BY COUNTER END
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004