Re: Send message to another job's joblog

2011-01-02 Thread Shmuel Metz (Seymour J.)
In <4d1fbdb1.7040...@ync.net>, on 01/01/2011 at 05:50 PM, Rick Fochtman said: >WTO ROUTCDE=11 from a TSO-called program or command processor will >result in a TPUT or PUTLINE back to the terminal. TPUT, only for foreground, and, as you noted, only if your profile requests it. -- Shm

Re: Send message to another job's joblog

2011-01-01 Thread Shmuel Metz (Seymour J.)
In , on 12/31/2010 at 07:37 PM, "W. Kevin Kelley" said: >Using route code 11 to indicate Write-To-Programmmer (WTP) was >probably one of the more unfortunate design decisions made in the >early days of WTO, but we're stuck with it. I'll have to go back and >look at the code when I get back

Re: Send message to another job's joblog

2011-01-01 Thread Rick Fochtman
- Doesn't ROUTCDE=11 serve that purpose with normal console configurations? ALL WTO msgs from a batch job will appear on the job log, as well as any console

Re: Send message to another job's joblog

2011-01-01 Thread Robert A. Rosenberg
At 20:39 +0200 on 01/01/2011, Binyamin Dissen wrote about Re: Send message to another job's joblog: On Fri, 31 Dec 2010 19:37:17 -0600 "W. Kevin Kelley" wrote: :>On Fri, 31 Dec 2010 11:12:34 -0500, Shmuel Metz (Seymour J.) m...@patriot.net> wrote: :>>In , on 12/28

Re: Send message to another job's joblog

2011-01-01 Thread Binyamin Dissen
On Fri, 31 Dec 2010 19:37:17 -0600 "W. Kevin Kelley" wrote: :>On Fri, 31 Dec 2010 11:12:34 -0500, Shmuel Metz (Seymour J.) m...@patriot.net> wrote: :>>In , on 12/28/2010 :>> at 07:52 PM, "W. Kevin Kelley" said: :>>>There is no ability to specify a destination of JOBLOG on WTO. :>>Doesn't RO

Re: Send message to another job's joblog

2010-12-31 Thread W. Kevin Kelley
On Fri, 31 Dec 2010 11:12:34 -0500, Shmuel Metz (Seymour J.) wrote: >In , on 12/28/2010 > at 07:52 PM, "W. Kevin Kelley" said: > >>There is no ability to specify a destination of JOBLOG on WTO. > >Doesn't ROUTCDE=11 serve that purpose with normal console >configurations? > > Seymour, Using ro

Re: Send message to another job's joblog

2010-12-31 Thread Shmuel Metz (Seymour J.)
In , on 12/28/2010 at 07:52 PM, "W. Kevin Kelley" said: >There is no ability to specify a destination of JOBLOG on WTO. Doesn't ROUTCDE=11 serve that purpose with normal console configurations? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Send message to another job's joblog

2010-12-29 Thread James G. Phillips
First of all, thanks very much everyone for the detailed and informative responses. To respond to specific points raised ... 1. From Edward Jaffe: > which release of z/OS are you running this on? I've tried the "$dm" command on 1.8 and 1.11 and they both seem to behave the same way. > If you wan

Re: Send message to another job's joblog

2010-12-28 Thread W. Kevin Kelley
On Wed, 29 Dec 2010 10:45:41 +1100, James Phillips wrote: >There are several situations where I'd like to have a program put a >message in another job's joblog (JESMSGLG), e.g. to let people >interested in that job know that something was done that affected it. > >I've been through the z/OS and

Re: Send message to another job's joblog

2010-12-28 Thread Ravi Kumar
James,on what zOS Level you are I execute the $d m command and it immediately shows me message in the JESMSGLG so I guess something with your profile ..did you check with other user profile or on other system? -- For IBM-MAIN

Re: Send message to another job's joblog

2010-12-28 Thread Edward Jaffe
On 12/28/2010 3:45 PM, James Phillips wrote: To give an example - if I issue a " $dm 'cicsabc','test msg' ", I get an "OK" response from JES2 but nothing shows up on the CICSABC job log. If I then cause CICS to send a message, e.g. via a "f cicsabc,inq vtam", then I see my message appear on CI

Send message to another job's joblog

2010-12-28 Thread James Phillips
There are several situations where I'd like to have a program put a message in another job's joblog (JESMSGLG), e.g. to let people interested in that job know that something was done that affected it. I've been through the z/OS and JES2 macro guides and haven't yet been able to find anything t