MSG Control Option - Status Display
MSG Control Option - Status Display
I am using the MSG control option to suppress some messages in CICS/IMS using the following settings:
MSG(7251,SONLINE)
MSG(7257,SONLINE)
How does one inquire within TSS which messages have been suppressed after the parameters have been set at TSS Startup?
There is no way to list the entire message table or the modified ones.
But, for any message you can issue a TSS MODI MSG(xxxx) it will display the message attributes.
tss modi msg(7251) could display:
TSS9543I 7251,USER,SONLINE
TSS0300I MODIFY FUNCTION SUCCESSFUL