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     [SOLVED] List of all files in all applications

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] List of all files in all applications
 Login/Join
 
Platinum Member
posted
Does anyone have a focexec that will generate a report that shows for an environment all its applications and all the files in each one?

Thank you.

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


WebFOCUS 7.6.11, Linux, HTML, PDF, AHTML, EXCEL
 
Posts: 100 | Registered: September 15, 2010Report This Post
Expert
posted Hide Post
This is a program that uses the FOCAPPQ master to report on files in app folders. It creates a hold file for the contents of each app folder, appended together. You can easily filter to show only .fex files.

-* File appdemo3.fex

-SET &ECHO=ALL;
-DEFAULT &PROGRAM1 = 'NCRR004';

-SET &PROGRAM1 = LOCASE(&PROGRAM1.LENGTH, &PROGRAM1, 'A&PROGRAM1.LENGTH');

-SET &DIRSEP = IF &FOCMODE EQ 'UNIX' THEN '/' ELSE '\';
APP LIST HOLD
-RUN

?FF FOCAPPL
-RUN

-READ FOCAPPL NOCLOSE &ADATE.A10. &ATIME.A8. &APPNAME.A45.

FILEDEF H001 DISK H001 (APPEND
-RUN

-REPEAT END_LOOP1 WHILE &IORETURN EQ 0;

APP QUERY '&APPNAME' HOLD
-RUN

?FF FOCAPPQ
-RUN

DEFINE FILE FOCAPPQ
FILENAME1/A70 = LOCASE(70, FILENAME, 'A70');
END
-RUN

TABLE FILE FOCAPPQ
PRINT *
ON TABLE HOLD AS H001
END
-RUN

-READ FOCAPPL NOCLOSE &ADATE.A10. &ATIME.A8. &APPNAME.A45.

-END_LOOP1


TABLE FILE H001
PRINT *
END
-RUN

This message has been edited. Last edited by: Francis Mariani,


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
Platinum Member
posted Hide Post
Excellent!!! Thank you, Francis.


WebFOCUS 7.6.11, Linux, HTML, PDF, AHTML, EXCEL
 
Posts: 100 | Registered: September 15, 2010Report This Post
Expert
posted Hide Post
There are a couple of unnecessary lines at the top of the code, as I'm sure you discovered.


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] List of all files in all applications

Copyright © 1996-2020 Information Builders