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] Printing file description of master file/synonym

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Printing file description of master file/synonym
 Login/Join
 
Silver Member
posted
Is the a way to print the file specifications for a master file or synonym? I know you can print it in text view but that is not very friendly. I’m looking for a way to print it in a field view look with name/format/desc/etc.

In the synonym editor there is a print option but it is grayed out and you can copy and paste but it only pastes the field name.

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.7.03M
OS/400 and the client is Win7
 
Posts: 37 | Registered: October 21, 2009Report This Post
Virtuoso
posted Hide Post
Well, you can report on it:
CHECK FILE CAR HOLD
-RUN

TABLE FILE HOLD
PRINT FIELDNAME ALIAS TITLE DESCRIPTION FORMAT INDX
BY FILENAME NOPRINT
BY SUFFIX NOPRINT
BY SEGNO NOPRINT
BY SEGNAME NOPRINT
BY FLDNO NOPRINT

ON TABLE SUBHEAD
"<FILENAME <SUFFIX"

ON SEGNAME
"<SEGNAME"

ON TABLE PCHOLD FORMAT HTML
END


I assume there are methods to send report output straight to a printer.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Expert
posted Hide Post
You can use the internal system table called SYSCOLUM to print reports regarding data tables.

It is located in the reporting server catalogue directory (D:\ibi\srv77\home\catalog\syscolum.mas).

You cannot PRINT *, because it has several segments, but you can take a look at the master and try something like this:

TABLE FILE SYSCOLUM
PRINT 
NAME
COLTYPE
LENGTH
SCALE
WHERE TBNAME EQ 'CAR'
END


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
Expert
posted Hide Post
quote:
You cannot PRINT *, ....

If you SET ALL = PASS this will allow you to use PRINT * but be mindful of the size of synonym that you are querying. Always target a specific TBNAME unless you don't mind waiting for your browser (or other APP) to receive and display the data.

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, 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] Printing file description of master file/synonym

Copyright © 1996-2020 Information Builders