When trying to issue the DB2 command 'SET LOG SUSPEND/RESUME' via a REXX, the following error occurs:
DSN3107I csect-name COMMAND REJECTED. REQUESTER NOT AUTHORIZED
The explanation for the message says:
CSECT DSN3EC0X has discovered that the source of the command was a console that does not have 'system' authority.
What commands are needed for the ESM (Top Secret) to allow these commands to be issued?
Top Secret supports the OPERPARM definitions in the OPERPARM segment. In Top Secret, the definitions are defined as MCS fields.
See table "MCS fields" in MCS Console Facility Support for the available fields.
Issue:
TSS ADDTO(acid) MCSAUTH(SYS)
for the 'acid' under which the REXX runs.