Focal Point Banner


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.


Focal Point    Focal Point Forums    Search    Search Results
Page 1 ... 8 9 10 11 12 13 14 ... 38
Go
Search
Tools
Search Results: (755 matches) New Search Login/Join 

Discussion Topic  RE: [SOLVED] Variable length fields - How do you use an A99V field? (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
If it is defined as an A99V, when you print/sum the field it will display only the value of the fiel......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Making Group By ad-hoc selectons optional (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
Set your entire BY command in a variable. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Column title or Alias for "FOR" field (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
You can also code it as a heading ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Can SQL be run from Mainframe FOCUS 7.1.1? (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
Webmeister, What is the source of your data? If these are flat files the SET ALL=ON or PASS isn't ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] How to Check a Field is not in Table? (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
You can always do a ?F filename to see what fields are in a master or ?FF filename if you also need......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED]How can I set the BUSDAYS variable depending on FLAG in Record (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
To my knowledge, there isn't a way to adjust the business days on a record by record basis. The eas......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Status update on Howard (in Events, Job Postings, Miscellaneous Announcements) by PBrightwell
For all of you that want to send cards or express wishes for Howard and Leah: email is howardcross@c......
Focal Point > Focal Point Forums > Events, Job Postings, Miscellaneous Announcements

Discussion Topic  RE: [CLOSED] Error while passing huge amount of records to REPEAT loop (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
Do you have &ECHO on?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Date Output in COMT Format (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
try COMPUTE CDATE/YYMD=HDATE(CALENDARDATE,'YYMD');...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Join SQL server databases as focus (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
What GamP is telling you is that you can join any field in file one to any indexed field in the same......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] WF 7.6.4 Oracle 10g on Unix Box (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
I would also recommend you buy a copy of UNIX in a Nutshell....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Drill Down Report (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
You can also use TARGET=_self which will print the drilldown over the parent and the user has to use......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Read Excel into a mainframe FOCEXEC (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
A word of warning, EXCEL files uploaded to the mainframe are a pain to work with. Your master may n......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Help with Error Message (FOC1425) (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
I have to doubt that the "The report runs fine with the error message when you run the report On-Dem......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: It's been nice (in Events, Job Postings, Miscellaneous Announcements) by PBrightwell
Leah, How is your husband?...
Focal Point > Focal Point Forums > Events, Job Postings, Miscellaneous Announcements

Discussion Topic  RE: [CLOSED] Determining Highest Value in a Column of Data (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
You can also do TABLE FILE MYFILE SUM MYFIELD BY HIGHEST 1 MYFIELD NOPRINT END...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: E-mail at the click of a button? (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
If your UNIX email is active, it is a simple matter to code the UNIX script to email. In the past I ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Sample Code in the IBI Manuals (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
The responses above have told you how to fix the problem, but none of them told you what the error m......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Focus/Jcl (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
&MDY is used in FOCUS/WebFOCUS for the system date. What are you trying to accomplish? Do you have......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Trim Field Length (in WebFOCUS/FOCUS Forum on Focal Point ) by PBrightwell
You need the HDATE to convert your date time field, but on your alpha field you can change the print......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 8 9 10 11 12 13 14 ... 38 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders