For those that might not be aware.  There is a TSO REXX list that is focused on 
all things REXX for many platforms.

If you have not joined and wish to join, go to this URL.  Go to the bottom of 
the webpage to join

TSO REXX        http://www2.marist.edu/htbin/wlvindex?TSO-REXX


Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Bill Ashton
> Sent: Tuesday, July 28, 2015 4:53 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Submit job without messages
> 
> Itschak and Dave, thanks for the direction to Msg("off") - it works perfectly
> for me!
> 
> Thanks and have a great day!
> 
> On Tue, Jul 28, 2015 at 7:31 AM, Robinson, Dave (GE Capital NonGE) <
> dave.robin...@ge.com> wrote:
> 
> > Code something like
> >
> > msg_status = msg("off")
> >
> > before your submit. You can if you like have an ISPF message instead,
> > eg;
> >
> > 'setmsg msg(twsul011)'
> >
> >
> > -----Original Message-----
> > From: IBM Mainframe Discussion List [mailto:IBM-
> m...@listserv.ua.edu]
> > On Behalf Of Bill Ashton
> > Sent: 28 July 2015 12:27
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Submit job without messages
> >
> > Hello...I am working on a Rexx program for users, and as part of the
> > process, I want to submit a JCL member right away when the program
> starts.
> > There are no edits or changes needed, so I just issue a TSO SUBMIT....
> > command.
> >
> > However, the users are annoyed with the "...SUBMITTED" message and
> the
> > interruption. Is there any way to either trap and discard the message,
> > or keep the message from appearing? Is there a different way to submit
> > this JCL other than the TSO SUBMIT, so maybe the message would not
> appear at all?
> >
> > Thanks for your ideas and suggestions!
> > Billy
> >
> > --
> > Thank you and best regards,
> > *Billy Ashton* 

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