Re: How to suppress Message in REXX App (SAMPLE)

2012-06-04 Thread Dana Mitchell
On Sun, 3 Jun 2012 11:47:23 -0500, Paul Gilmartin paulgboul...@aim.com wrote: Should I infer from this that conversely it runs concurrently in background and does not tie up the terminal if output is directed to SYSOUT or ODS? If so the above EXEC needs a WAIT to guarantee that the output is

Re: How to suppress Message in REXX App (SAMPLE)

2012-06-04 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Dana Mitchell Sent: Monday, June 04, 2012 7:34 AM To: IBM-MAIN@bama.ua.edu Subject: Re: How to suppress Message in REXX App (SAMPLE) On Sun, 3 Jun 2012 11:47:23 -0500, Paul Gilmartin

Re: How to suppress Message in REXX App

2012-06-03 Thread Giovanni Santuz
Am 01.06.2012 18:43, schrieb Lizette Koehler: Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been successful in trapping the output from the HLIST but have an issue when the message ARC0138I is issued. I have tried turning off all of the

Re: How to suppress Message in REXX App

2012-06-03 Thread John Gilmore
On 6/3/12, Giovanni Santuz gsan...@gmx.de wrote: Am 01.06.2012 18:43, schrieb Lizette Koehler: Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been successful in trapping the output from the HLIST but have an issue when the message

Re: How to suppress Message in REXX App (SAMPLE)

2012-06-03 Thread Giovanni Santuz
Am 03.06.2012 04:10, schrieb Shmuel Metz (Seymour J.): In CAOdPEgRBghL+Cqd4qZryi2rYXVaUFY=9e-ugencg8mphj93...@mail.gmail.com, on 06/02/2012 at 12:02 PM, Itschak Mugzachimugz...@gmail.com said: Did you try REXX OUTTRAP function? OUTTRAP catches PUTLINE and PUTGET, not TPUT. HI Here a

Re: How to suppress Message in REXX App (SAMPLE)

2012-06-03 Thread Paul Gilmartin
On Sun, 3 Jun 2012 17:06:35 +0200, Giovanni Santuz wrote: RD =RANDOM(1,9) HSMDS = 'TWRK.TEMP.D'!!RD HLIST DSNAME('ODSN') ODS('HSMDS') CALL READ_HSMDS Is RANDOM() the best way to do this, given that there's a 50% chance of collision in 372 tries? Would it be better (and more informative) to

Re: How to suppress Message in REXX App

2012-06-02 Thread Itschak Mugzach
You trap the output using a parameter of the HLIST command Did you try REXX OUTTRAP function? ITschak On Fri, Jun 1, 2012 at 7:43 PM, Lizette Koehler stars...@mindspring.comwrote: Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been

Re: How to suppress Message in REXX App

2012-06-02 Thread Shmuel Metz (Seymour J.)
In ca8c18ec-4ae1-4914-a0a8-4bbe66c8b...@yahoo.com, on 06/01/2012 at 04:37 PM, Scott Ford scott_j_f...@yahoo.com said: TPut will go to sysprint or systsprt No. PUTLINE in batch will go to SYSTSPRT, but not TPUT. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: How to suppress Message in REXX App

2012-06-02 Thread Shmuel Metz (Seymour J.)
In CAOdPEgRBghL+Cqd4qZryi2rYXVaUFY=9e-ugencg8mphj93...@mail.gmail.com, on 06/02/2012 at 12:02 PM, Itschak Mugzach imugz...@gmail.com said: Did you try REXX OUTTRAP function? OUTTRAP catches PUTLINE and PUTGET, not TPUT. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position;

Re: How to suppress Message in REXX App

2012-06-02 Thread Shmuel Metz (Seymour J.)
In of63181427.639c251c-on88257a10.0079ec67-88257a10.007a3...@sce.com, on 06/01/2012 at 03:14 PM, Skip Robinson jo.skip.robin...@sce.com said: TPUT is an SVC that cannot be intercepted by TSO and therefore cannot be suppressed by TSO. Actually, it can be intercepted, and the TSO Session

How to suppress Message in REXX App

2012-06-01 Thread Lizette Koehler
Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been successful in trapping the output from the HLIST but have an issue when the message ARC0138I is issued. I have tried turning off all of the TSO PROF functions (MSGID, INTERCOM, etc) I have

Re: How to suppress Message in REXX App

2012-06-01 Thread McKown, John
Insurance Company.SM -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Friday, June 01, 2012 11:44 AM To: IBM-MAIN@bama.ua.edu Subject: How to suppress Message in REXX App Cross Posting to IBM Main and TSO-REXX

Re: How to suppress Message in REXX App

2012-06-01 Thread Stocker, Herman
Message in REXX App Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been successful in trapping the output from the HLIST but have an issue when the message ARC0138I is issued. I have tried turning off all of the TSO PROF functions (MSGID, INTERCOM

Re: How to suppress Message in REXX App

2012-06-01 Thread Paul Gilmartin
On Fri, 1 Jun 2012 13:27:54 -0500, McKown, John wrote: I don't know about that message in particular, but I know that the HSM started task often issues message via a directed TPUT having an option to deliver it to the userid which issued the HSM command. Similar to what the z/OS SEND commands

Re: How to suppress Message in REXX App

2012-06-01 Thread Ed Gould
Gil: Maybe I am not understanding of your complaint. The ARC message is sent to you as *YOU* requested some function from HSM. HLIST for example is your request to DFHSM to list something (usually a DSN) and DFHSM is responding to your request. So please explain why you are objecting to

Re: How to suppress Message in REXX App

2012-06-01 Thread Scott Ford
Lizette, Are you trapping the messages ? Scott ford www.identityforge.com On Jun 1, 2012, at 12:43 PM, Lizette Koehler stars...@mindspring.com wrote: Cross Posting to IBM Main and TSO-REXX I have a Rexx process that issues the HLIST command. I have been successful in trapping the

Re: How to suppress Message in REXX App

2012-06-01 Thread Lizette Koehler
. Which means I may not be able to suppress it from the user's session. Lizette -Original Message- From: Scott Ford scott_j_f...@yahoo.com Sent: Jun 1, 2012 1:03 PM To: IBM-MAIN@bama.ua.edu Subject: Re: How to suppress Message in REXX App Lizette, Are you trapping the messages ? Scott ford

Re: How to suppress Message in REXX App

2012-06-01 Thread Dennis Trojak
Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Friday, June 01, 2012 3:16 PM To: IBM-MAIN@bama.ua.edu Subject: Re: How to suppress Message in REXX App Scott Yes the output is going to a outdsn HLIST DSN('dsnvar') MCDS ODS('tmpdsn') I have set TSO PROF NOINTERCOM

Re: How to suppress Message in REXX App

2012-06-01 Thread Scott Ford
scott_j_f...@yahoo.com Sent: Jun 1, 2012 1:03 PM To: IBM-MAIN@bama.ua.edu Subject: Re: How to suppress Message in REXX App Lizette, Are you trapping the messages ? Scott ford www.identityforge.com On Jun 1, 2012, at 12:43 PM, Lizette Koehler stars...@mindspring.com wrote: Cross

Re: How to suppress Message in REXX App

2012-06-01 Thread Walt Farrell
On Fri, 1 Jun 2012 16:37:51 -0400, Scott Ford scott_j_f...@yahoo.com wrote: TPut will go to sysprint or systsprt She's concerned about a TSO session, and there it will go to the terminal. -- Walt -- For IBM-MAIN subscribe /

Re: How to suppress Message in REXX App

2012-06-01 Thread Scott Ford
Yes, system Scott ford www.identityforge.com On Jun 1, 2012, at 5:59 PM, Walt Farrell walt.farr...@gmail.com wrote: On Fri, 1 Jun 2012 16:37:51 -0400, Scott Ford scott_j_f...@yahoo.com wrote: TPut will go to sysprint or systsprt She's concerned about a TSO session, and there it will go

Re: How to suppress Message in REXX App

2012-06-01 Thread Skip Robinson
Team Paddler SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile jo.skip.robin...@sce.com From: Scott Ford scott_j_f...@yahoo.com To: IBM-MAIN@bama.ua.edu Date: 06/01/2012 03:04 PM Subject:Re: How to suppress Message in REXX App Sent by:IBM Mainframe

Re: How to suppress Message in REXX App

2012-06-01 Thread Shmuel Metz (Seymour J.)
In 026801cd4015$ba6e3cd0$2f4ab670$@mindspring.com, on 06/01/2012 at 09:43 AM, Lizette Koehler stars...@mindspring.com said: Does anyone know if this message can be suppressed from a TSO session? IF so, suggestions? Run under Session Manager? -- Shmuel (Seymour J.) Metz, SysProg and

Re: How to suppress Message in REXX App

2012-06-01 Thread Tony Harminc
On 1 June 2012 18:14, Skip Robinson jo.skip.robin...@sce.com wrote: TSO PROFILE command controls messages issued via PUTLINE, which invokes TSO services and is therefore suppressible within TSO. TPUT is an SVC that cannot be intercepted by TSO and therefore cannot be suppressed by TSO. Uh, not