That's a bunch not buch

Sent from my iPad
Scott Ford
Senior Systems Engineer
www.identityforge.com



On Feb 28, 2012, at 8:14 AM, Scott Ford <[email protected]> wrote:

> Tony,
> 
> This is a great idea...btw there are a buch of Midwesterners I think on this 
> listserver, I am a
> Hoosier originally, just living in NJ ....lol for 30 yrs
> 
> Sent from my iPad
> Scott Ford
> Senior Systems Engineer
> www.identityforge.com
> 
> 
> 
> On Feb 27, 2012, at 6:35 PM, Tony Harminc <[email protected]> wrote:
> 
>> On 27 February 2012 06:18, Thomas Berg <[email protected]> wrote:
>>> Is there any possibility to duplicate the output to SYSOUT to another 
>>> Ddname/DSname in realtime ?
>>> I want to follow the execution by inspecting the output but at the same 
>>> time save it for processing in a following step.
>> 
>> Thirty years ago I would have said that it sounds like an ideal job
>> for GPSAM (file 648 on the CBT site). You'd write a little access
>> method that accepts a couple of DDNAMEs as arguments, and writes the
>> output to both. Now I don't know if GPSAM has been updated for newer
>> OS levels (the File 648 version is dated 1982), but conceptually and
>> maybe even practically, it should still be fine on z/OS today.
>> 
>>> Preferably by JCL means.
>> 
>> Um, well, once you write your little access method (all nice,
>> unauthorized code, btw) and install GPSAM, it would all be by JCL
>> means. It would look something like this:
>> 
>> //  EXEC PGM=yourprog
>> //STEPLIB  DD  DSN=your.private.unauth.loadlib
>> //SYSPRINT   DD  SUBSYS=(GPSM,DOUBLER,'COPY1,COPY2')
>> //COPY1  DD  SYSOUT=*
>> //COPY2  DD  DSN=dataset,DISP=...,etc.
>> 
>> You just have to write the DOUBLER routine. Or make it as general as
>> you like - TUPLER...?
>> 
>> Tony H.
>> 
>> ----------------------------------------------------------------------
>> 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

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to