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.
label Is a user-supplied name of up to 64 characters that identifies the target for a branch.
Do not use embedded blanks or the name of any other Dialogue Manager command except -QUIT or -EXIT. Do not use words that can be confused with functions, arithmetic or logical operations, and so on
Before 7.7.x, it was limited to 12 characters as Doug stated.
label Is a user-supplied name of up to 64 characters that identifies the target for a branch.
Do not use embedded blanks or the name of any other Dialogue Manager command except -QUIT or -EXIT. Do not use words that can be confused with functions, arithmetic or logical operations, and so on
Before 7.7.x, it was limited to 12 characters as Doug stated.
Doug, you will find some interesting enhancements to Dialogue Manager in WebFOCUS 7.7.x/8.0.02M. Some of my favourites, or at lest the ones I can remember right now:
1) -READFILE This is the one feature I cherish the most. You can read just about any field (alpha, integer, packed, double, even date ones) out of a HOLD file into &VARs and Dialogue Manager does the appropriate data type translations based on what the accompanying .mas says. The HOLD file can even be in default "BINARY" format. Just don't try to -READFILE from a .foc file or you'll see your EDASERVE agent crashing
2) In -HTMLFORM, you are no longer limited to 12-character variable names so this is now possible: !IBI.AMP.MY_RATHER_LONG_YET_DESCRIPTIVE_VARIABLE; I'm not sure if this already works like that in 7.6 though.
And that is not even scratching the surface on enhancements to the WebFOCUS/FOCUS language such as new functions and better support for optimized SQL and native DB functions in iWay adapters, dynamic DBA master file security via MFD_PROFILE, finally more "decent" support for EXL07 output, and more and more ...