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.
I like to know whether every select should be followed with the following statements or only if i need to print those i need to follow these steps please advice ASAP
I really asked the same question 1.ok i write SQLOUT statement 2.what i would write then in next block of define 3.i do not want to print- even then do i have to write print statement
When you have SQL passthru, WebFOCUS passes that to the predetermined adapter accroding to the SET ENGINE etc. statements.
The RDBMS processes the SQL and throws an answerset back at WebFOCUS (known internally to WF as SQLOUT).
Now, what does WebFOCUS do with it?
Nothing unless you tell it what to do.
Therefore you require a minimum TABLE FILE SQLOUT PRINT what ever columns from the SQLOUT answerset that you need. END
There are a few restictions such as not being able to do a DEFINE on the SQLOUT, so you would need to HOLD it and the process a DEFINE and then TABLE the hold file.
But the DEFINE and TABLE would be covered in a basic training course, so press your bosses to send you on one of the many that IB run (no I am not an IB employee, although I would never turn down introduction fees Gerry ).
We, on the Forum, can help in so many ways but please do not expect us to provide you with the basic skills to start using WebFOCUS. It is not fair on us and it is not fair on you, You would benefit more from a structured training path than you will just trying to pick up the language from a Forum.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004