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.
SET ASNAMES=ON
SET HOLDLIST=PRINTONLY
SET HOLDFORMAT=ALPHA
TABLE FILE CAR
SUM
SEATS
ACROSS COUNTRY
ON TABLE HOLD AS H001
END
?FF H001
TABLE FILE H001
PRINT
COMPUTE S1/D5 = SEAENGLAND;
COMPUTE S2/D5 = SEAW GERMANY;
END
The first TABLE produces a HOLD file with these columns:
If you create the hold file earlier in the fex in the DEV Studio GUI, you should see it in the list of tables the GUI throws up, in the next piece of its "necklace".
You may reference field names with a space as verb objects using single quotes. People use to do this to make for "pretty" column heading.
It also had the effect of driving the support people crazy (also know as me) , when the someone called about error caused by omitted single quotes. The syntax would looked perfect unless you looked at the master. Asking for the master file description often became a "teaching moment" because the caller had never heard of such a thing. They just copied from someone else, and "only made a little change".
TABLE FILE INSURE SUM 'WRITTEN PREMIUM' 'EARNED PREMIUM' BY POLICY END
But in compute / define to the left of an equal sign "=" Focus assumes anything in single quotes is a literal.
My advice get ride of the "blank-it-blank" space.
Jim Morrow Web Focus 7.6.10 under Windows 2003 MVS 7.3.3
ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ ENDSTYLE ENDThis message has been edited. Last edited by: WF_IL,