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  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Redirecting TS3OUT not working

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Redirecting TS3OUT not working
 Login/Join
 
Gold member
posted
We redirect TS3OUT to /dev/null to hide some of the "noise" that WebFOCUS creates. Here's an example using the CAR file:

FILEDEF TS3OUT DISK /dev/null
CHECK FILE CAR HOLD
FILEDEF TS3OUT TERM
-RUN


With WF7.1.6 this worked like a charm.
With WF7.7.03 this code no longer hides the output:

  
0 NUMBER OF ERRORS=     0
  NUMBER OF SEGMENTS=   7  ( REAL=    7  VIRTUAL=   0 )
  NUMBER OF FIELDS=    20  INDEXES=   1  FILES=     1
  TOTAL LENGTH OF ALL FIELDS=  221


How can I hide this verbose output?
-James

This message has been edited. Last edited by: Kerry,


WF 7.1.6 moving to WF 7.7, Solaris 10, HTML,PDF,XL
 
Posts: 83 | Location: Dartmouth Hitchcock Medical Center | Registered: April 17, 2003Report This Post
Expert
posted Hide Post
SET MSG=OFF


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Gold member
posted Hide Post
I wish it were that simple. It seems that:

SET MSG=OFF

does the job with WF7.1.6, but does not work for us with WF7.7.03 :-(

My latest focexec:

  
SET MSG=OFF
-RUN
CHECK FILE CAR HOLD
-RUN


-James


WF 7.1.6 moving to WF 7.7, Solaris 10, HTML,PDF,XL
 
Posts: 83 | Location: Dartmouth Hitchcock Medical Center | Registered: April 17, 2003Report This Post
Expert
posted Hide Post
SET MSG=OFF

Will work for almost everything, except, it seems for CHECK FILE. This may be because CHECK FILE produces output - the information it provides is its raison d'etre.

Try SET MSG=OFF with TABLE FILE... ON TABLE HOLD and all you should get is "EDA no data" which might be suppressable too.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
Hi Francis,

I only used CHECK FILE to succinctly demonstrate the problem with TS3OUT. The problem occurs using other commands. In the example below, redirecting TS3OUT to /dev/null does not work with WF7.7 either. :-(

FILEDEF TS3OUT DISK /dev/null
-RUN
-UNIX echo "Hello World!"
TABLE FILE CAR
PRINT CAR
END
-RUN
FILEDEF TS3OUT TERM
-RUN


WF 7.1.6 moving to WF 7.7, Solaris 10, HTML,PDF,XL
 
Posts: 83 | Location: Dartmouth Hitchcock Medical Center | Registered: April 17, 2003Report This Post
Virtuoso
posted Hide Post
You can always write a TransOut plugin to strip the unwanted stuff from the HTML responses.

That is probably not what you wanted to read, but it was the first thing that popped into my mind when I read this.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Redirecting TS3OUT not working

Copyright © 1996-2020 Information Builders