I did a similar thing using the REXX/SDSF interface. Our particular problem
was collecting output from Windows jobs generated from Peoplesoft. We
needed to identify the originating z/OS job which was embedded in the
SYSOUT. Using the REXX/SDSF APIs, I read the SYSOUT and wrapped an IEBGENER
around it to submit a job with the originating job name. In your case, just
substitute FTP for IEBGENER. I also added a JES purge command to remove the
old print job. The job ran once a day to do the harvesting, after overnight
batch.

On Thu, Oct 28, 2021 at 9:09 AM Frank Swarbrick <frank.swarbr...@outlook.com>
wrote:

> We use MacKinney System's "JES Report Broker" for the transmission (using
> FTP over TLS) from the JES spool to IBM Content Manager OnDemand (running
> on a distributed system).  Works brilliantly.  No programming or scripting
> involved.  Highly recommended.
>
> ________________________________
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf
> of Roberto Halais <roberto.hal...@gmail.com>
> Sent: Wednesday, October 27, 2021 2:29 PM
> To: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
> Subject: Jes2 to Server
>
> Listers:
> We have the need to move jes2 sysout reports to a server in order to
> archive them.
> Is there a CBT utility that can do that?
>
> I was thinking of using a rexx to access SDSF to get the list of sysouts
> and then print to dataset thru SDSF and ftp the dataset to the server.
> Is this a good idea?
> Is this possible?
> Any gotchas?
>
> Thank you for any idea you can come up with.
>
> Regards,
> Roberto
> --
> Politics: Poli (many) - tics (blood sucking parasites)
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to