Re: report splitting

2020-08-29 Thread Rob Schramm
Put the output to a dataset and process with Sort and icetools. Rob On Sat, Aug 29, 2020, 08:21 Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Fri, 28 Aug 2020 18:14:47 -0700, Ed Jaffe wrote: > > > >Haha! Thanks Dave for pointing out (E)JES' API can be called from H

Re: report splitting

2020-08-29 Thread Paul Gilmartin
On Fri, 28 Aug 2020 18:14:47 -0700, Ed Jaffe wrote: > >Haha! Thanks Dave for pointing out (E)JES' API can be called from HLASM, >COBOL, C/C++ and similar machine-speed languages (as well as REXX and >Java). SDSF's is REXX and Java only. > And OS/390 2.10? And how is the Rexx compatibility? Does A

Re: report splitting

2020-08-28 Thread Wayne Bickerdike
Isn't this an OS390 O/S?, if so, I'm not sure what SDSF REXX interfaces are supported. I have developed some SDSF REXX code (sorry Ed Jaffe ). It does exactly what Tony is looking for. We have some Windows apps that talk back to Tivoli Workload Scheduler and all the output ends up in a Tivoli buc

Re: report splitting

2020-08-28 Thread Steve Smith
I suggest the original output be directed to a regular file, which would make reading it for the split much simpler. If that's not an allowed change, oh well (or ow, hell?). I think I might suggest to the client that I could replace the existing vendor product for say, 50% of the cost. That shou

Re: report splitting

2020-08-28 Thread Ed Jaffe
On 8/28/2020 4:37 PM, Gibney, Dave wrote: How about with APIs available with E(JES) :) ? Haha! Thanks Dave for pointing out (E)JES' API can be called from HLASM, COBOL, C/C++ and similar machine-speed languages (as well as REXX and Java). SDSF's is REXX and Java only. In this case, I mig

Re: report splitting

2020-08-28 Thread Gibney, Dave
How about with APIs available with E(JES) :) ? > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Ed Jaffe > Sent: Friday, August 28, 2020 4:30 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: report splitting > > On 8/28/2020 3:40 PM, G

Re: report splitting

2020-08-28 Thread Ed Jaffe
On 8/28/2020 3:40 PM, Gibney, Dave wrote: I think I've recently seen SDSFand Rexx examples here sufficient to make a start at this. Okay, if they are short reports. I would *NOT* process millions or even hundreds of thousands of lines of SPOOL data using REXX. -- Phoenix Software Intern

Re: report splitting

2020-08-28 Thread Gibney, Dave
I think I've recently seen SDSFand Rexx examples here sufficient to make a start at this. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Tony Thigpen > Sent: Friday, August 28, 2020 3:03 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re:

Re: report splitting

2020-08-28 Thread Tony Thigpen
ng costly third-party software that is providing minimal returns for a large cost. One of those products is a report archive system, but the only part still being used is the function of 'report splitting' which just sticks the reports back into the JES2 queue as separate reports. While wr

Re: report splitting

2020-08-28 Thread Mike Schwab
rent project involves removing costly third-party software that > is providing minimal returns for a large cost. One of those products is > a report archive system, but the only part still being used is the > function of 'report splitting' which just sticks the reports back i

Re: report splitting

2020-08-28 Thread Matthew Stitt
minimal returns for a large cost. One of those products >> is a report archive system, but the only part still being used is the >> function of 'report splitting' which just sticks the reports back into >> the JES2 queue as separate reports. > > >Unless you need t

Re: report splitting

2020-08-28 Thread Ed Jaffe
On 8/28/2020 6:20 AM, Tony Thigpen wrote: The current project involves removing costly third-party software that is providing minimal returns for a large cost. One of those products is a report archive system, but the only part still being used is the function of 'report splitting&#

Re: report splitting

2020-08-28 Thread Gibney, Dave
t; To: IBM-MAIN@LISTSERV.UA.EDU > Subject: report splitting > > All, > > I have an old OS/390 2.10 system that I need to support for a few more > years until the customer finishes their off-platform migration. > > The current project involves removing costly third-party software th

Re: report splitting

2020-08-28 Thread Carmen Vitullo
the only thing I can think of is RMDS, if its still available, you don't need to use the RMDS repository and can be used to split out reports to different recipients -- For IBM-MAIN subscribe / signoff / archive access instructi

report splitting

2020-08-28 Thread Tony Thigpen
archive system, but the only part still being used is the function of 'report splitting' which just sticks the reports back into the JES2 queue as separate reports. While writing something is fun, I don't really have time to write this one as there are other things I need to w