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] Ques: Does the syntax work with z/OS?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Ques: Does the syntax work with z/OS?
 Login/Join
 
Platinum Member
posted
The manual states that the following syntax is supported and works with Windows, Unix & OpenVMS
-***********************************************
TABLE FILE appname/mastername <-- where appname is an application directory like CMR, REIN, MISDAILY, etc.
where mastername is the name of the master file like MISDLYBF, WPTDETL1, F01168, etc
-*********************************************
Is there an equivalent OR modification that is needed with z/OS PDS Deployed Reporting Servers (mainframe) for 7.7.0.3? The only syntax I could find for Z/OS stated the following, but it does not specify you can use the TABLE FILE appname/mastername syntax on z/OS:
-************************************
Reference: Allocating HOLD Files on z/OS

The HOLD file is dynamically allocated if it is not currently allocated on z/OS. This means the system may delete the file at the end of the session, even if you have not. Since HOLD files are usually deleted, this is a desired default. However, if you want to save the file, we recommend that you allocate the HOLD Master File to the ddname HOLDMAST as a permanent data set, and allocate the HOLD data file to a permanent data set as well. The allocations can be performed within the standard Reporting Server CLIST or batch JCL or in a profile or procedure. For example, if your procedure had the following command:

ON TABLE HOLD AS SALES

you could use allocations similar to the following:

ALLOC F(HOLDMAST) DA('qualif.HOLDMAST.DATA') SHR REUSE ALLOC F(SALES) DA('qualif.SALES.DATA') SHR REUSE
Note that ddname HOLDMAST must not refer to the same PDS referred to by the MASTER
and FOCEXEC ddnames.

Has anyone else had this experience?

Thanks,
Rhonda

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


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Master
posted Hide Post
quote:
ALLOC F(HOLDMAST) DA('qualif.HOLDMAST.DATA') SHR REUSE ALLOC F(SALES) DA('qualif.SALES.DATA') SHR REUSE
Note that ddname HOLDMAST must not refer to the same PDS referred to by the MASTER
and FOCEXEC ddnames.


To complete the execution of the ON TABLE HOLD command FOCUS will create a MFD and a data file.

The MFD, of the HOLD file, is a member of a PDS allocated to HOLDMAST.

The data, of the HOLD file, is a physical sequential (PS) file, that is stored according to the allocation of the name of the HOLD. HOLD file name = DDNAME of allocation.

You only need one HOLDMAST file, as each HOLD file MFD will become a member in this PDS.

If you don't want to keep your HOLD data files and MFD's you can let FOCUS do the temporary allocations.

If you want to keep the data and MFD around, you need to do your own allocations.




Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster
 
Posts: 822 | Registered: April 23, 2003Report This Post
Guru
posted Hide Post
Why do you want to use TABLE FILE appname/mastername? Do you have multiple copies of a master and want to make sure you use the master in a specific application folder. You could use APP PREPENDPATH or APP PATH commands. APP PREPENDPATH will add the application folder to the top of the list of the application folders. APP PATH will remove all application folders except the one you specify and baseapp.

 
APP PREPENDPATH abc
-RUN

APP SHOWPATH
-RUN

TABLE FILE CAR
PRINT COUNTRY
END


 
APP PATH abc
-RUN

APP SHOWPATH
-RUN

TABLE FILE CAR
PRINT COUNTRY
END


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files
 
Posts: 320 | Location: Memphis, TN | Registered: February 12, 2008Report This Post
Platinum Member
posted Hide Post
Thanks for the recommendations and confirmations that was exactly what my customer and I needed to know.

Cheers,
Rhonda


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report This Post
Platinum Member
posted Hide Post
Thanks for the confirmation of my question.

Rhonda


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
 
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007Report 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] Ques: Does the syntax work with z/OS?

Copyright © 1996-2020 Information Builders