Open lnlyssg opened 7 years ago
@mainframed && is an exclusive OR, although a | (inclusive OR) would also work. Using "OR" still gives "NO RACF PROFILE"
However, since I submitted this pull request I realised that it's my TSO profile on this system that's suppressing the msg as NOMSGID is set. An alternative fix would be to send TSO PROFILE MSGID
at the start of the Rexx.
Does this work? Wouldn't an OR work better than an AND?