Look into file 527 on the CBT tape.  There is a callable sub-program that 
allows a COBOL (or any other language) program to change a f SYSOUT file 
characteristics.  Close the report file in the program, change what you want 
changed, then open the report file.  This creates a separate SYSOUT each time.  
There may be example programs in file 529 to use this sub-progarm.

Matthew

On Fri, 28 Aug 2020 10:46:47 -0700, Ed Jaffe <edja...@phoenixsoftware.com> 
wrote:

>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' which just sticks the reports back into
>> the JES2 queue as separate reports.
>
>
>Unless you need to split on a "special" boundary, I would just use
>SEGMENT= on the SYSOUT DD statement.
>
>
>--
>Phoenix Software International
>Edward E. Jaffe
>831 Parkview Drive North
>El Segundo, CA 90245
>https://www.phoenixsoftware.com/

----------------------------------------------------------------------
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