Focal Point
[CLOSED] Mainframe Focus multiple reports one Offline DD

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4067052886

November 06, 2017, 05:42 PM
LTaylor
[CLOSED] Mainframe Focus multiple reports one Offline DD
Hello,
We are hoping someone else has also run into this... We recently changed the repository software we use for mainframe reports and are now having problems with some of the old Focus routines that produce multiple reports to one Offline DD statement. The fex in question now would be a pain to split up - is there a way to "set" or allocate multiple Offline DD statements - ie. OFFLINE1, OFFLINE2, etc. and then make minor changes to the fex for each report to use these DD statements?

Thank you for any suggestions you might have.

This message has been edited. Last edited by: FP Mod Chuck,


Production: WebFocus 8.0.09 Test: WebFocus 8.0.09 Windows, Z-Linux, and ZOS.
all output
Focus - 7.2.7
November 07, 2017, 10:45 AM
FP Mod Chuck
Hi Linda

In reviewing the documentation it doesn't appear that what you are asking is possible. I would suggest opening a case with techsupport to see if they have a way you can trick it.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
November 07, 2017, 03:44 PM
LTaylor
Ok - thank you for checking.


Production: WebFocus 8.0.09 Test: WebFocus 8.0.09 Windows, Z-Linux, and ZOS.
all output
Focus - 7.2.7
November 07, 2017, 05:01 PM
Francis Mariani
LTaylor, you may be able to achieve this with DYNAM ALLOC or TSO ALLOC.

DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT1 SHR REUSE

OFFLINE

TABLE FILE CAR
SUM
SALES
BY COUNTRY
END

OFFLINE CLOSE



DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT2 SHR REUSE

OFFLINE

TABLE FILE CAR
SUM
SALES
BY CAR
END

OFFLINE CLOSE



DYNAM ALLOC DD OFFLINE DS FOCUS.DEMO.OUTPUT3 SHR REUSE

OFFLINE

TABLE FILE CAR
SUM
SALES
BY BODYTYPE
END

OFFLINE CLOSE


I cannot test this on a mainframe... You may need -RUN statements at the appropriate lines (but not if this is run via JCL). Those OFFLINE and OFFLINE CLOSE statements may not be needed.


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