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.
It's not made clear in the recording why LAST COUNTRY remains blank over the series of CAR instances belonging to ENGLAND (and equals ENGLAND throughout the tour of FRANCE), when LAST COUNTRY appears in a Define. The reason is that, in reading through a Focus file, the buffer containing the LAST value of a field is refreshed only when the next instance of the segment containing that field is read -- so it remains constant as the series of child segment instances belonging to it are read.
PUTDDREC:
The presentation did not make clear how one can cause PUTDDREC to write a record only for selected data instances.
In general, in a DEFINE or COMPUTE expression that contains a conditional structure IF condition THEN expression1 ELSE expression2 each of the expressions is evaluated only when fired by the condition: For each successive data instance, expression1 will be evaluated if condition is true but not if it is false, and expression2 will be evaluated if condition is false but not if it is true.
Thus one might use a Define or Compute of the form:
RC/I1 MISSING ON =IF (some condition) THEN PUTDDREC(. . .) ELSE MISSING;
to write a record only for data instances where "some condition" is met (and printing RC will indicate which ones were selected).
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
Hi, This is great, but is there a pdf or powerpoint version available? It's nice to be able to hear the audio, but it is also helpful to be able to print the slides and add notes to them. Is there any way that future Focal Point presentations could be made available in both formats?