IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

REXX / CA TOP SECRET messages


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
carlos fuentes

New User


Joined: 26 Oct 2015
Posts: 2
Location: usa

PostPosted: Tue Oct 27, 2015 11:02 pm
Reply with quote

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
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Oct 27, 2015 11:12 pm
Reply with quote

MSG only works on TSO messages; these seem to be coming from TOP SECRET, judging by the prefix. Try OUTTRAP instead.
Back to top
View user's profile Send private message
carlos fuentes

New User


Joined: 26 Oct 2015
Posts: 2
Location: usa

PostPosted: Tue Oct 27, 2015 11:42 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top