I need to clarify that we can't touch the programs. All the original
programmers are gone and with them their knowledge. The one contract
programmer they have is only allowed to make regulatory changes.
This has to be done with a process that gets the reports out of the JES2
queue and puts them back in as separate reports. It just need simple "if
I see this on a header line, break up the report" logic.
I have written this for z/VSE before, I guess I just need to allocate
the time to convert the z/VSE code to z/OS.
Tony Thigpen
Mike Schwab wrote on 8/28/20 5:17 PM:
http://www.mabu.org/jcl-reference.pdf OS/390 2.10 from 2000 reference.
Same example is on
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.ieab600/outst.htm
//OUT1 OUTPUT DEST=STLNODE.WMSMITH
//OUT2 OUTPUT CONTROL=DOUBLE
//DS DD SYSOUT=C,OUTPUT=(*.OUT1,*.OUT2)
So set one to print, and one to hold, then reference both.
On Fri, Aug 28, 2020 at 8:21 AM Tony Thigpen <[email protected]> wrote:
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 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 writing something is fun, I don't really have time to write this
one as there are other things I need to write first.
I don't see anything on the CBT that addresses this, but there may be a
small item in a larger bundle that I can't identify from the contents of
FILE001. Or, someone may have some basic code they can share so that I
don't have to re-invent the wheel on this one.
Tony Thigpen
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN