Focal Point
Write dataset to z/OS 01.08.00 from WebFocus

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

October 18, 2007, 04:53 PM
Howard
Write dataset to z/OS 01.08.00 from WebFocus
Has anyone used WebFocus to write to a ZOS mainframe dataset.

I would like WebFocus to update a trigger file on the mainframe to initiate mainframe schedular (CA7) to trigger a FTP job to sweep my report from the windows network to mainframe mobius repository.
October 18, 2007, 05:47 PM
Leah
quote:
Has anyone used WebFocus to write to a ZOS mainframe dataset.


Not used, but if you are doing the report through report caster consider a post process of ftping a file up to the mainframe.

Or consider the posibility of the output destination to be the repository. You'd need to get your systems people involved I'm sure.

We are working on a conversion similar to get our production output to a systemware webtop application. FTP is involved.


Leah
October 18, 2007, 07:36 PM
RichH
Hi Howard,

This should be the same regardless of platform.
You could create a HOLD file, or issue a DYNAM command to create or allocate a file and then
use
-WRITE
Been awhile since I have used it, but it should work and there are lots of examples on the techsupport site.
Rich


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
October 19, 2007, 10:49 AM
jgelona
We've been doing this for years. However, we don't write the file directly to the mainfram, we ftp the file to the mainframe when the WebFOCUS job completes. When the mainframe scheduler detects the file, it starts the job that uploads the reports and places them in RDS/Document Direct queue. We just ftp a small, one record file. The 1st step in the job started on the mainframe, deletes the file.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.