View previous topic :: View next topic
|
Author |
Message |
carlos fuentes
New User
Joined: 26 Oct 2015 Posts: 2 Location: usa
|
|
|
|
I have a REXX EXEC that issues CA TOP SECRET commands, actually a bunch of them, I am looking at how to supress messages that are returned.
ie:
TSS0353E USER ALREADY ATTACHED TO PROFILE/GROUP
TSS0301I ADD FUNCTION FAILED, RETURN CODE = 8
TSS9806I COMMAND QUEUED FOR DESTINATION CCIxxxx
I have tried the msg(on)(off) not working.
Thanks ahead for any insight. |
|
Back to top |
|
|
Akatsukami
Global Moderator
Joined: 03 Oct 2009 Posts: 1787 Location: Bloomington, IL
|
|
|
|
MSG only works on TSO messages; these seem to be coming from TOP SECRET, judging by the prefix. Try OUTTRAP instead. |
|
Back to top |
|
|
carlos fuentes
New User
Joined: 26 Oct 2015 Posts: 2 Location: usa
|
|
|
|
yup, that's the route I was thinking of taking, kind of sloppy due to the amount of commands being issued, about 100 or so.
Thanks for your input.. |
|
Back to top |
|
|
|